@extends('template.index') @section('css') @endsection @section('content')

{{ $medicine->name }}


Product Type

{{ $medicine->type }}


Price

{{ $medicine->price }}


Inventory Record

Date Added Expiry Date Stocks
@endsection @section('js') @endsection