@extends('layouts.app') @section('title', 'Edit Prescription') @section('content')

Edit Prescription #{{ $prescription->id }}

@csrf @method('PUT')
@include('admin.prescriptions.form_items', ['prescription' => $prescription])
Cancel
@endsection