@extends('users.admin.layouts.master') @section('styles') @endsection @section('content')

Prescriptions List

#Page-ID
@if(session()->has('success')) @endif

Prescriptions List

@foreach($prescriptions as $prescription) @endforeach
Patient Doctor date Actions Delete
{{$prescription->patient->first_name}} {{$prescription->doctor->first_name}} {{$prescription->date}}
@method('DELETE') @csrf
@endsection @section('scripts') @endsection