@extends('layouts.master') @section('title') {{ __('sentence.All Patients') }} @endsection @section('content')
| ID | {{ __('sentence.Patient Name') }} | {{ __('sentence.Age') }} | {{ __('sentence.Phone') }} | {{ __('sentence.Blood Group') }} | {{ __('sentence.Date') }} | {{ __('sentence.Prescriptions') }} | {{ __('sentence.Actions') }} |
|---|---|---|---|---|---|---|---|
| {{ $patient->id }} | {{ $patient->name }} | {{ \Carbon\Carbon::parse($patient->Patient->birthday)->age }} | {{ $patient->Patient->phone }} | {{ $patient->Patient->blood }} | View |