@extends('layouts.app') @section('title', 'Edit Medicine') @section('content') {{-- Form to edit the medicine --}}
Edit Medicine
@method('PUT') {{-- {{$Midicine}} --}} @csrf
@endsection