Patients Information
@if(Session::has('success'))
{{Session::get('success')}}
@endif
@if(Auth::user()->super_id == 1) @endif @if(Auth::user()->super_id == 1) @endif @foreach ($patients as $patient) @if(Auth::user()->super_id == 1) @endif @endforeach
No. Name ID Phone ViewDelete
No. Name ID Phone ViewDelete
1 {{ $patient->name }} {{ $patient->id }} {{ $patient->pphone }}
{{ csrf_field() }}