@include('mail.header') @section('title-section') New Schedule added @endsection
New scheduled has been added for you.
Here is the basic details :
Practice Name : {{$schedule->practice->name}}
Function : {{$schedule->action->name}}
Position : {{$schedule->position->name}}
Schedule Date : {{$schedule->date}}
Start Time : {{$schedule->start_time}}
End Time : {{$schedule->end_time}}
Description : {{$schedule->note}}
You'll find details you need at Schedule List .