@extends('layouts.frontend') @section('title') @if($center_type == 'HCP') @lang('frontend.edit_session') @else @if(count($session_patients)>0) @lang('frontend.edit_session') @else اضافة مرضى للجلسة @endif @endif @endsection @section('vendor_css') @endsection @section('custom_css') @endsection @section('content')
@if($center_type == 'HCP')
@endif @if($center_type == 'RC')
@if(count($session_patients) == 0)
@else @foreach($session_patients as $patient) @endforeach @endif
@endif
@if($center_type == 'HCP') الغاء @endif
{{ csrf_field() }}
{{method_field('DELETE')}} {{ csrf_field() }}
@endsection @section('page_vendor_js') @endsection @section('page_level_js')