@extends('backend.layout.main') @section('content') {{ __('db.Product Quantity Alert') }} {{ __('db.Warehouse') }} {{ __('db.All Warehouse') }} @foreach ($lims_warehouse_list as $warehouse) id ? 'selected' : '' }}> {{ $warehouse->name }} @endforeach @include('backend.report.partials.qty_alert_table') @endsection @push('scripts') @endpush