@include('mail.header') @section('title-section') New overtime added @endsection Dear Moderators!

There is a overtime request has been made by {{$overtime->user->name}}

Here is the basic details :

Requested Month: {{$overtime->month}}
Hours: {{$overtime->hours}}
Note: {{$overtime->note}}

You'll find details you need at Overtime List .

@include('mail.footer')