Hi {{$user->first_name}} {{$user->last_name}},
Your mentorship session has been rescheduled by your mentor. Please confirm a date from the rescheduled day(s)
@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
|