@php $customer_details=$data['customer_details']; $country_list=$data['country_list']; $shpaddres=$data["shpaddres"]; $out_fit_ids=array(); @endphp @extends('layouts.user-inner') @section('content')

Hello {{$customer_details->u_name." ".$customer_details->u_lname}}!

From your account you can easily view and track orders. You can manage and change your account information like address, contact information and history of orders.

Account Information
Basic Info
  • Name : {{$customer_details->u_name." ".$customer_details->u_lname}}
  • Email : {{$customer_details->u_email}}
  • Contact No. : {{$customer_details->u_contact}}
  • Address : @if($customer_details->u_adds == "" && $customer_details->u_adds_2 == "") {{ 'N/A' }} @else{{ $customer_details->u_adds.", ".$customer_details->u_adds_2.", ".$customer_details->u_city.", " }}@if($customer_details->u_province !=""){{ $customer_details->u_province.", " }} @endif {{ $customer_details->country_pro->country_name }} @endif
Change Password
  • Password : ***********
Change Shipping Address   
@foreach($shpaddres as $address)
Shipping Address {{$addr_i}}shp_primary_stat == 1) {{ 'checked' }} @endif style="height: auto;">  
  • Name : {{$address->shp_u_name." ".$address->shp_u_lname}}
  • Email : {{$address->shp_u_email}}
  • Contact No. : {{$address->shp_u_contact}}
  • Address : @if($address->shp_u_adds == "" && $address->shp_u_adds_2 == "") {{ 'N/A' }} @else{{ $address->shp_u_adds.", ".$address->shp_u_adds_2.", ".$address->shp_u_city.", " }}@if($address->shp_u_province !=""){{ $address->shp_u_province.", " }} @endif @if($address->shp_u_country != 0){{ $address->country_pro->country_name }}@endif @endif
@endforeach
@if(Session::has('Failmail')) @endif @if(Session::has('Success')) @endif @if(Session::has('fail')) @endif @if(Session::has('oldpassfail')) @endif @if(Session::has('passsuccess')) @endif @if(Session::has('passfail')) @endif @push('custom-scripts') @endpush @endsection