@include('mail.header') @section('title-section') Contract Ending Notice @endsection Dear Moderator!

The following employees contract is going to off after two weeks. Please review their leftover time and take a action.

Here is the basic details :

@foreach($employees as $key => $employee)

{{$i}}. {{$employee['name']}} {{$employee['leftover_vacationtime']}} hours left.

@endforeach

You'll find details you need at your Dashboard .

@include('mail.footer')