@if(session()->has('success'))
{{session()->get('success')}}
@endif
Patient |
Doctor |
date |
Actions |
Delete |
@foreach($prescriptions as $prescription)
{{$prescription->patient->first_name}} |
{{$prescription->doctor->first_name}} |
{{$prescription->date}} |
|
|
@endforeach
@endsection
@section('scripts')
@endsection