@if(count($sessions)) @foreach($sessions as $session)
{{ $session->session_date->format('d F, Y') }}
{{ $session->type }} Min
{{ $session->start_time->format('h:i a') }} - {{ $session->start_time->add($session->type.' minutes')->format('h:i a') }}
@if(in_array($session->type,['30','3'])) {{ $currency=='EGP'?$session->therapist->price30:$session->therapist->thirty_price_dollar }} {{ $currency }} {{--{{ $session->therapist->price30 }}EGP - {{ $session->therapist->thirty_price_dollar }}$--}} @else {{ $currency=='EGP'?$session->therapist->price60:$session->therapist->sixty_price_dollar }} {{ $currency }} {{--{{ $session->therapist->price60 }}EGP - {{ $session->therapist->sixty_price_dollar }}$--}} @endif
@endforeach @else
No Session Available
@endif