@extends('layouts.master') @section('content')
Customer's Summary

Customer's Summary Back to Customers

Customer Information

{{ $view->customer_name }}
{{ $view->customer_address }}
{{ $view->customer_cell }}
{{ $view->customer_email }}

0

Total Sale Orders

0

Total Delivered Orders

0

Cancelled Orders

0

Total Pending Orders

Account Information Add Voucher
Account Name Account # Debit Credit Balance Action
Receivables From Customer 01-002-009-0174 203100.00 0.00 203100 View Detail Email
{{-- Table 1 --}}
Sale Orders History Create Sale

ID Order # Order Date Qty Amount Status
{{-- Table 2 --}}
Payment History Add Payment

Invoice # Invoice Date Amount Status Action
Inv-2024-07-00001 01-01-1970 600.00 Unpaid
@endsection @push('scripts') @endpush