@extends('layouts.app') @section('title', 'New prescription') @section('content')
Prescriptions · New

New prescription

@csrf @if($appointmentId)@endif
@error('patient_id')
{{ $message }}
@enderror

Medications

Rx
@foreach($medications as $m)
Cancel
@push('scripts') @endpush @endsection