{{$data->first_name}} {{$data->last_name}}
{{$data->email}}
  • Customer ID{{$data->customer_id}}
  • Last PaymentNot added yet
  • Total OrdersNot added yet
  • Created{{ $data->created_at->format('d-m-Y') }}
@if(isset($data->user_avatar->path) && $data->user_avatar->path != '') customersecimg @else img1 @endif
Personal details
@foreach($client_type as $key => $type) @endforeach
type_customer == '2' || $data->type_customer == '5' || $data->type_customer == '6')style="display: block;"@else style="display:block;" @endif>
type_customer == '2' || $data->type_customer == '5' || $data->type_customer == '6')style="display: block;"@else style="display:block;" @endif>
Gender
Property Information
@foreach($data->property as $row) @endforeach
I.D Property Address Type Status CREATED AT ACTION
{{$row->id}} {{$row->address}} {{$row->type_name}} {{ $row->status == 1 ? 'Active' : 'Inactive' }} {{ $row->created_at->format('d-m-Y') }}