Advance of
{{ $employee->name }}
@include('general.valert')
@include('HR.employees.advance.filter-form')
# |
Title |
Date |
Payment |
Action |
@foreach ($payments as $row)
{{ $loop->iteration }} |
{{ $row->title }} |
{{ $row->date }}
|
{{ $row->payment }}
|
|
@endforeach
{{ $payments->links('pagination::bootstrap-4') }}