@extends('layouts.app') @section('title', __('lang_v1.purchase_requisition')) @section('content')

@lang('lang_v1.purchase_requisition')
@lang('lang_v1.purchase_requisition_help_text')

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('pr_list_filter_location_id', __('purchase.business_location') . ':') !!} {!! 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_status', __('sale.status') . ':') !!} {!! Form::select('pr_list_filter_status', $purchaseRequisitionStatuses, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
{!! Form::label('po_list_filter_date_range', __('report.date_range') . ':') !!} {!! Form::text('po_list_filter_date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'readonly']); !!}
{!! Form::label('pr_list_filter_required_by_date', __('lang_v1.required_by_date') . ':') !!} {!! Form::text('pr_list_filter_required_by_date', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control']); !!}
@endcomponent @component('components.widget', ['class' => 'box-primary']) @can('purchase_requisition.create') @slot('tool')
@lang('messages.add')
@endslot @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