@extends('layouts.app') @section('title', 'Edit Prescription') @section('content') {{-- Form to edit the medicine --}}
Edit Prescription
{{-- @foreach($prescriptions as $prescription) --}}
@method('PUT') @csrf
{{-- @endforeach --}}
@endsection