@extends('backend.layout.main') @push('css') @endpush @section('content')

{{ $lims_customer_data->name ?? '-' }}

Customer

Email: {{ $lims_customer_data->email ?? '-' }}

Phone: {{ $lims_customer_data->phone_number ?? '-' }}

Address: {{ $lims_customer_data->address ?? '-' }}
City: {{ $lims_customer_data->city ?? '-' }}
Country: {{ $lims_customer_data->country ?? '-' }}

Opening Balance
{{ number_format($opening_balance, 2) }}
Total Sales
{{ number_format($total_sales, 2) }}
Total Paid
{{ number_format($total_paid, 2) }}
Total Returns
{{ number_format($total_returns, 2) }}
Balance Due
{{ number_format($balance_due, 2) }}
{{--
--}}
{{ __('db.date') }} Type {{ __('db.reference') }} Debit Credit Balance
{{ __('db.date') }} {{ __('db.reference') }} {{ __('db.Warehouse') }} {{ __('db.Sale Status') }} {{ __('db.Payment Status') }} {{ __('db.grand total') }} {{ __('db.Paid Amount') }} {{ __('db.Due') }} {{ __('db.action') }}
{{ __('db.date') }} {{ __('db.reference') }} {{ __('db.Amount') }} {{ __('db.Payment Method') }} {{ __('db.payment_at') }}
Date Sale Reference Purchase Reference Installment No Amount Status Payment Date
@endsection @push('scripts') @endpush