@extends('layouts.order-master') @section('css') @endsection @section('title') Collection BillWise Report @endsection @section('content')

Collection BillWise Report

@if (Session::has('success')) @elseif(Session::has('error')) @endif
get('from_date')) value="{{ app('request')->input('from_date') }}" @else @if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @endif @endif >
get('to_date')) value="{{ app('request')->input('to_date') }}" @else @if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @endif @endif>
{{--
--}}
{{--
--}}
Date Receipt Voucher No Customer Amount Against Voucher Against Voucher Date Against Amount
@endsection @section('script') @endsection