@php $common = new \App\Models\Common(); $check_approval = $common->check_approval('PV'); @endphp @extends('layouts.app') {{--Important Variables--}} @section('title') {{__('lang.payment_voucher_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')

{{__('lang.payment_voucher_report')}}

{{__('lang.payment_voucher')}}


{{ csrf_field() }}
@if($check_approval)
@endif
@include("admin.components.input.date",[ "name" => "from", "label"=> __('lang.from'), "id"=> "bs_datepicker_container", "value"=> "", "class"=> "", "col"=> "col-lg-4 col-md-4 col-sm-12 col-xs-12", ]) @include("admin.components.input.date",[ "name" => "to", "label"=> __('lang.to'), "id"=> "bs_datepicker_container1", "value"=> "", "class"=> "", "col"=> "col-lg-4 col-md-4 col-sm-12 col-xs-12", ])
@stop @push('include-css') @endpush @push('include-js') @endpush