Hi {{$mentor->first_name}} {{$mentor->last_name}},
You have just rescheduled a mentorship session with {{$user->first_name}} {{$user->last_name}} for the available days below
@php
$contents = json_decode($body->mentor_session_time);
@endphp
@foreach($contents as $content)
Session date: {{\Carbon\Carbon::parse($content)->toFormattedDateString()}} Time: {{substr($content, 11)}}
@endforeach
Session status: {{$body->status}}
|