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