@if($customer_info->type == "cl")
Customer Name : {{$customer_info->full_name}}
@else
Customer Name : {{$provided_section_name}}
@endif
Email : {{$customer_info->email}}
{{-- Phone Number :{{$customer_info->phone_number}} --}}
Address : {{$customer_info->country}}
City : {{$customer_info->city}}
|
|
|
#{{$invoice_number ?? "Contact Admin"}}
{{$date_ordered}}
{{$order}}
|
|
|