@extends('layouts.frontend') @section('title') طلب جلسة @endsection @section('vendor_css') @endsection @section('custom_css') @endsection @section('content')
@if(session('error'))
{!! session('error') !!}
@endif
{{ csrf_field() }}
@if(isset($sessions)) @foreach ($sessions as $session)

@lang('frontend.session') {{$session->id}}

@if($session->state != -1 and date('YmdHis') < $session->end_date and $center_type == 'RC' and Auth::user()->type == 1 )
اضافة مرضى
@endif {{date('l d F - g:i a',strtotime($session->date_time))}} {{ (date('YmdHis')>date('YmdHis',strtotime($session->date_time)) and date('YmdHis') < $session->end_date and $session->state==1) ? ' - '.__('frontend.running_now') : '' }}

@lang('frontend.patients')

مقدم الخدمة الطبية

  • {{$session->HCPCenter()->name }}

@lang('frontend.doctor')

  • {{ $session->HCPDoctor()->name ?? '' }}

@lang('frontend.duration')

  • {{date('H:i',strtotime($session->duration)) }} @lang('frontend.hours')

@lang('frontend.specialty')

  • {{ $session->hcp_clinic->name }}
@endforeach @if(count($sessions) == 0)
@endif @endif @endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection