@extends('core::email') @section('content')

{{ $fullName }} has applied for leave(s):

Start Date {{ $startDate }}
End Date {{ $endDate }}
Reason {{ $absentReason }}
Type {{ $leaveType }}
Half Day {{ ucfirst($halfDay) }}
@stop @section('callToAction')
    View Leave Applications    
@stop