@extends('app') @section('body') @php $path = 'view-stock'; @endphp
Medicine Stock Report
@csrf
* @error('category_id')
{{ $message }}
@enderror
@error('medicine_id')
{{ $message }}
@enderror
@if ($result)

Purchase History

@foreach ($result as $key => $row) @endforeach
# Code Name Category Quantity Alert
# Code Name Category Quantity Alert
{{ ++$key }} {{ $row->code }} {{ $row->name }} {{ $row->category_name }} {{ $row->stock / $row->quantity }} {{ $row->alert }}
@endif
@endsection