@extends('master.app') @section('title', 'customer') @section('body') Advances Report Filter Add # Employee Title Date Payment Action @foreach ($payments as $row) {{ $loop->iteration }} {{ $row->employee->name }} {{ $row->title }} {{ $row->date }} {{ $row->payment }} @endforeach {{ $payments->links('pagination::bootstrap-4') }} @include('HR.advance.create-modal') @include('HR.advance.filter-modal') @endsection @section('pageJs') @endsection