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

Overtimes

Report @include('general.filter-button') Add
@include('HR.overtime.filter-form')
@foreach ($overtimes as $row) @endforeach
# Employee amount Hourse Date Action
{{ $loop->iteration }} {{ $row->employee->name }} {{ $row->amount }} {{ $row->hourse }} {{ $row->date }}
{{ $overtimes->links('pagination::bootstrap-4') }}
@include('HR.overtime.create-modal') @include('HR.overtime.filter-modal') @endsection @section('pageJs') @endsection