@extends('layouts.app') @section('title', __('cashvan::stock.view_history')) @section('content')

@lang('cashvan::stock.view_history')

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('history_list_date', __('report.date_range') . ':') !!} {!! Form::text('history_list_date', null, [ 'placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', ]) !!}
{!! Form::label('type', __('lang_v1.type') . ':') !!} {!! Form::select('type', $types, null, [ 'class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.select_all'), ]) !!}
@endcomponent @component('components.widget', ['class' => 'box-primary', 'title' => __('cashvan::stock.view_history')])
@lang('messages.action') @lang('messages.date') @lang('purchase.ref_no') @lang('purchase.location') @lang('lang_v1.type') @lang('purchase.grand_total') @lang('lang_v1.added_by')
@endcomponent
@stop @section('javascript') @endsection