@extends('layouts.app') @section('title', 'Medicine Stock Report') @section('content') {{-- Table of staff details --}}

Stock Report

@foreach ($medicineStock as $details) @endforeach
S# Medicine Stock Avalaible Stock Cost Price Stock Purchase Date & Time
1. {{$details->medicine_name}} ({{$details->medicine_dose}}) {{$details->stock_quantity}} {{$details->stock_cost_price}} Rs {{$details->stock_created_at}}
@endsection