@extends('layouts.frontend') @section('title') تقرير تفصيلي @endsection @section('page_level_css') @endsection @section('header') @endsection @section('content')
| تاريخ التسجيل | الاسم | الرقم القومي | متلقي الخدمة |
|---|---|---|---|
| {{ 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 |