@extends('admin.layout.app') @section('title','Customer Due Report') @push('headerscript') @endpush @section('content')

Customer Due Report

{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
S.No. Customer Name Contact No. Invoice No. Date Due Amount Paid Amount
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush