@include('mail.header') @section('title-section') Leftover vacationtime @endsection Dear {{$employee->name}}!

Your contract will end in two weeks, i.e. {{$employee->profile->endDate}. Your remaining vacation hours: {{$leftover_vacationtime}} hours.

You'll find details you need at your Dashboard .

@include('mail.footer')