@extends('layouts.app') @section('title') {{__('Stocks alert')}} @endsection @section('breadcrumb')
| {{__('Product Code')}} | {{__('Product Type')}} | {{__('Particulars')}} | {{__('Product Unit')}} | {{__('Current quantity')}} | {{__('Stock Alert')}} |
|---|---|---|---|---|---|
| {{$product_alert->product_code}} | {{$product_alert->type}} | {{$product_alert->category}} {{$product_alert->product_name}} {{$product_alert->description}} | {{$product_alert->unit}} | {{$product_alert->Qty}} | {{$product_alert->stock_alert}} |