@extends('layouts.app_rest')
@section('content')
Profile
{{$customer->first_name ?? ''}} {{$customer->last_name ?? ''}}
-
{{$customer->professional ?? ''}}
-
{{$customer->customer_grp_name ?? ''}}
-
{{$customer->address_one ?? ''}}, {{$customer->country ?? ''}}
-
{{$customer->email ?? ''}}
-
+94 {{$customer->mobile_no ?? ''}}, {{$customer->telephone_no ?? ''}}
Date |
Invoice No |
Order Type |
Payment Status |
Total Amount |
Paid Amount |
Due Amount |
|
|
|
|
|
|
|
@endsection
@section('javascript')
@endsection