{{$title}}


@foreach($records as $record) @endforeach
{{getPhrase('sno')}} {{getPhrase('name')}} {{getPhrase('employee_id')}} {{getPhrase('net_salary')}} {{getPhrase('paid_amount')}} {{getPhrase('payment_method')}} {{getPhrase('paid_date')}}
{{$sno++}} {{ ucfirst($record['name']) }} {{$record['employee_id']}} {{getCurrencyCode()}}{{$record['net_salary']}} {{getCurrencyCode()}}{{$record['paid_amount']}} {{ ucfirst($record['payment_method']) }} {{$record['month']}}