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

The following employees contract will end in 7 weeks. Please review and take action.

List of user:

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

{{$i}}. {{$employee['name']}}

@endforeach

For further details please view your Dashboard link.

@include('mail.footer')