@extends('master.app') @section('title', 'customer') @section('body')

Advances

Report @include('general.filter-button') Add
@include('general.valert')
@include('HR.advance.filter-form')
@foreach ($payments as $row) @endforeach
# Employee Title Date Payment Action
{{ $loop->iteration }} {{ $row->employee->name }} {{ $row->title }} {{ $row->date }} {{ $row->payment }}
{{ $payments->links('pagination::bootstrap-4') }}
@include('HR.advance.create-modal') @include('HR.advance.filter-modal') @endsection @section('pageJs') @endsection