@extends('layouts.app') @section('title', 'Add Medicine') @section('content') {{-- Form to add new medicine --}}
Add New Medicine
@csrf
Stock Details:

{{-- --}} @endsection @section('script') {{-- --}} @endsection