@extends('admin.layout.master') @section('title','Voucher LOG') @section('custom_style') @endsection @section ('content')

Voucher Log List

{{--
--}} @csrf
{!!getDateInput('date_from','date_from',Request()->date_from)!!}
{!!getDateInput('date_to','date_to',Request()->date_to)!!}
{{--
--}}
@include('admin.global.loader')
# Voucher No Invoice Date ACTION
@endsection @section('script') @endsection