@extends('layouts.app') @section('title', 'Prescription') @section('content') {{-- Table of specific prescription details --}}

Sale Details:

Patient Name {{$prescription->patient_name}}
Patient Age {{$prescription->patient_age}}
Prescription Prescriber {{$prescription->prescription_prescribed_by}}
Prescription Disease {{$prescription->prescription_disease}}
@endsection