@extends('backend.layout.main') @section('content')

{{__('db.Customer Group Report')}}

{!! Form::open(['route' => 'report.customer_group', 'method' => 'POST']) !!}
{!! Form::close() !!}
{{__('db.date')}} {{__('db.reference')}} No {{__('db.Warehouse')}} {{__('db.customer')}} {{__('db.product')}} ({{__('db.qty')}}) {{__('db.grand total')}} {{__('db.Paid')}} {{__('db.Due')}} {{__('db.status')}}
{{__('db.Total')}}
{{__('db.date')}} {{__('db.customer')}} {{__('db.Payment Reference')}} {{__('db.Sale Reference')}} {{__('db.Amount')}} {{__('db.Paid Method')}}
{{__('db.Total')}}
{{__('db.date')}} {{__('db.reference')}} No {{__('db.Warehouse')}} {{__('db.customer')}} {{__('db.Supplier')}} {{__('db.product')}} ({{__('db.qty')}}) {{__('db.grand total')}} {{__('db.status')}}
{{__('db.Total')}}
{{__('db.date')}} {{__('db.reference')}} No {{__('db.Warehouse')}} {{__('db.customer')}} {{__('db.product')}} ({{__('db.qty')}}) {{__('db.grand total')}}
{{__('db.Total')}}
@endsection @push('scripts') @endpush