@extends('layouts.app') @section('title', 'Edit Stock') @section('content') {{-- Form to edit the medicine --}} @foreach($medicineStock as $stock)
Edit {{$stock->medicine_name}}'s Stock
@method('PUT') {{-- {{$Midicine}} --}} @csrf
@endforeach
@endsection