New Interview request
New interview request from {{$data->client->first_name}} {{$data->client->last_name}}.
School: {{$data->school->title}}
Address: {{$data->school->address()}}
Date: {{ Carbon\Carbon::createFromFormat('Y-m-d', $data->date_from)->format('d.m.Y')}}
Time: {{ $data->time}}
For candidate: {{ $data->candidate->user->first_name}} {{ $data->candidate->user->last_name}}
@if($data->notes)
Note:
{!!$data->notes!!}
@endif
New Interview request
New interview request from {{$data->client->first_name}} {{$data->client->last_name}}.
School: {{$data->school->title}}
Address: {{$data->school->address()}}
Date: {{ Carbon\Carbon::createFromFormat('Y-m-d', $data->date_from)->format('d.m.Y')}}
Time: {{ $data->time}}
For candidate: {{ $data->candidate->user->first_name}} {{ $data->candidate->user->last_name}}
@if($data->notes)
Note:
{!!$data->notes!!}
@endif
View candidate