@extends('layouts.app_rest') @section('content')
Profile
image

{{$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 ?? ''}}
Summary
Sales
Date Invoice No Order Type Payment Status Total Amount Paid Amount Due Amount
@endsection @section('javascript') @endsection