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

Overtimes of

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