@extends('layout',['heading'=>__('ui.patient_records'),'clinic'=>$clinic]) @section('content')
{{ __('ui.patient_directory') }}
{{ __('ui.patient_records_intro') }}
| {{ __('ui.patient') }} | {{ __('ui.mobile') }} | {{ __('ui.gender') }} | {{ __('ui.insurance') }} | {{ __('ui.access') }} |
|---|---|---|---|---|
{{ mb_substr($p->name,0,1) }}{{ $p->name }} | {{ $p->mobile ?: __('ui.not_registered') }} | {{ $p->gender === 'male' ? __('ui.male') : ($p->gender === 'female' ? __('ui.female') : '—') }} | {{ $p->insurance_company ?: '—' }} | {{ __('ui.open_record') }} ← |
— {{ __('ui.no_matching_records') }} {{ __('ui.try_search_or_create') }} | ||||
{{ __('ui.new_patient') }}