@extends('layouts.app') @section('content')

Prescription Sent!

The prescription for {{ session('patient_name', 'Jane Doe') }} has been successfully sent to {{ session('pharmacy', 'CVS Pharmacy') }}.

@endsection