@extends('layouts.master') @section('title') {{ __('sentence.All Patients') }} @endsection @section('content') @if ($errors->any())
ID | {{ __('sentence.Patient Name') }} | {{ __('sentence.Phone') }} | {{ __('sentence.Blood Group') }} | {{ __('sentence.Date') }} | {{ __('sentence.Actions') }} |
---|---|---|---|---|---|
{{ $patient->id }} | {{ $patient->name }} | {{ $patient->Patient->phone }} | {{ $patient->Patient->blood }} | {{ $patient->created_at->format('d M Y H:i') }} |