@extends('layouts.app') @section('title', __('Stock Alert Report')) @section('content')

@lang('Stock Alert Report') @lang('Stock Alert Report')

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('stock_alert_location', __('purchase.business_location') . ':') !!} {!! Form::select('stock_alert_location', $business_locations, null, [ 'class' => 'form-control select2', 'style' => 'width:100%', 'id' => 'stock_alert_location', ]) !!}
@endcomponent
@component('components.widget', ['class' => 'box-warning']) @slot('icon') @endslot @slot('title') {{ __('home.product_stock_alert') }} @show_tooltip(__('tooltip.product_stock_alert')) @endslot
@lang('sale.product') @lang('business.location') @lang('report.current_stock')
@endcomponent
@stop @section('javascript') @endsection