View all patients
You are able to add and manage patients through this page.
Full Name | State | Status | Created | Updated | |
---|---|---|---|---|---|
{{ $patient->first_name }} {{ $patient->last_name }} | {{ $patient->state }} | @if($patient->status == 1)Active | @elseif($patient->status == 0)Inactive | @endif{{ date('m/d/Y', strtotime($patient->created_at)) }} | {{ $patient->updated_at->diffForHumans() }} |