@extends('layouts.app_purchases') @section('title', __('lang_v1.purchase_requisition')) @section('offcanvas-end') @stop @section('content')
{{__('report.filters')}}
{!! Form::select('pr_list_filter_location_id', $business_locations, null, [ 'class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all'), ]) !!} {!! Form::label('pr_list_filter_location_id', __('purchase.business_location') . ':') !!}
{!! Form::select('pr_list_filter_status', $purchaseRequisitionStatuses, null, [ 'class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all'), ]) !!} {!! Form::label('pr_list_filter_status', __('sale.status') . ':') !!}
{!! Form::text('po_list_filter_date_range', null, [ 'placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control','id'=>'po_list_filter_date_range', 'readonly', ]) !!} {!! Form::label('po_list_filter_date_range', __('report.date_range') . ':') !!}
{!! Form::text('pr_list_filter_required_by_date', null, [ 'placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control','id'=>'pr_list_filter_required_by_date', ]) !!} {!! Form::label('pr_list_filter_required_by_date', __('lang_v1.required_by_date') . ':') !!}
@component('components.widget', ['class' => 'card mt-5']) @can('purchase_requisition.create')
{{-- @lang('messages.add') --}} @lang('messages.add')
@endcan
@lang('messages.action') @lang('messages.date') @lang('purchase.ref_no') @lang('purchase.location') @lang('sale.status') @lang('lang_v1.required_by_date') @lang('lang_v1.added_by')
@endcomponent
@stop @section('javascript') @endsection