@extends('layouts.app') @section('title') {{__('Reorder Alert')}} @endsection @section('breadcrumb')

{{__('Reorder Alerts')}}

@endsection @section('content')

{{__('Products')}}

@foreach($reorder_alerts as $reorder_alert) @endforeach
{{__('Product Code')}} {{__('Product Type')}} {{__('Particulars')}} {{__('Product Unit')}} {{__('Current Quantity')}} {{__('Reorder Level')}}
{{$reorder_alert->product_code}} {{$reorder_alert->type}} {{$reorder_alert->category}} {{$reorder_alert->product_name}} {{$reorder_alert->description}} {{$reorder_alert->unit}} {{$reorder_alert->Qty}} {{$reorder_alert->reorder_level}}
@endsection @section('scripts') {{-- --}} @endsection