@include('mail.header') @section('title-section') Vacation Request Approved @endsection
You request has been approved for the following period: {{date("j F", strtotime($vacationtime->start_date))}} t/m {{date("j F", strtotime($vacationtime->end_date))}}.
Here is you basic details :
Name: {{$user->display_name}}
Email: {{$user->email}}
Password: {{$user->password}}
You'll find details you need at your Admin Dashboard .