@extends('layouts.frontend') @section('title') تقرير تفصيلي @endsection @section('page_level_css') @endsection @section('header') @endsection @section('content')
@php($session_status = array('needless'=>'لا يحتاج الي تشخيص','change-specialty'=>'تحويل الي تخصص اخر','continue'=>'متابعة','add-follow-up'=>'انتهت بتشخيص')) @foreach ($patients as $patient) @endforeach
تاريخ التسجيل الاسم الرقم القومي متلقي الخدمة
{{ date('Y-m-d',strtotime($patient->created_at)) }} @if(count($patient->sessions)>0) {{ $patient->name }} @else {{ $patient->name }} @endif {{ $patient->national_id }} @foreach($patient->center as $center) @if($center->type == 'RC') {{ $center->name }} @if(!$loop->last) - @endif @endif @endforeach
@endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection