@extends('layouts.app') @section('title', 'Customer Wise Credit Summary Report') @section('css') @endsection @section('content')

Customer Wise Credit Summary Report

{!! Form::label('location_id', __('purchase.business_location') . ':') !!} {!! Form::select('location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('messages.all')]); !!}
{!! Form::label('date_range', __('report.date_range') . ':') !!} {!! Form::text('date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'readonly']); !!}
Date Invoi. No. Cashier Customer Code Payment Status Payment Method Invoice Total Invoiced Cre. Amt.
@endsection @section('javascript') @endsection