@extends('layouts.app') @section('title', 'مرضاي') @section('page_title', 'مرضاي') @section('content')
قائمة المرضى
إجمالي: {{ $patients->total() }}
@forelse($patients as $p) @empty @endforelse
الاسم رقم الملف الهاتف
{{ $p->name }} {{ $p->patient_number ?? '-' }} {{ $p->mobile ?? '-' }}
لا توجد نتائج
@endsection