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

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

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