@lang('home.Dear') {{ ($therapist)?$session->therapist->user->name:$session->visitor->user->name }},
@lang('home.The email is for reminder about your session that will start') {{ ($therapist)?convertDateTimezone($session->start_time,($session->therapist->user->timezone?$session->therapist->user->timezone:'Africa/Cairo'),'Y-m-d h:i a'):convertDateTimezone($session->start_time,'Africa/Cairo','Y-m-d h:i a') }}
@if(!$therapist)@lang('home.Your therapist is') : {{ $session->therapist->name }}
@endif