@foreach ($paySalaries as $history)
| {{ (($paySalaries->currentPage() * 10) - 10) + $loop->iteration }} |
{{ $history->employee->name }} |
{{ \Carbon\Carbon::parse($history->date)->format('Y-m-d') }} |
{{ number_format($history->paid_amount, 2) }} |
Full Paid |
|
@endforeach