My Profile
Your Information
Image information
Basic information
Username:
{{Auth::user()->username}}
Name:
{{Auth::user()->name}}
Phone:
{{Auth::user()->phone}}
Email:
{{Auth::user()->email}}
Status:
@if (Auth::user()->is_approved==1)
Active
@else
Pending
@endif
Shop information
Shop Name:
{{Auth::user()->shop_info->name}}
Shop URL:
{{Auth::user()->shop_info->url}}
Bank Account:
{{Auth::user()->shop_info->bank_account}}
Bank Name:
{{Auth::user()->shop_info->bank_name}}
Holder Name:
{{Auth::user()->shop_info->holder_name}}
Branch Name:
{{Auth::user()->shop_info->branch_name}}
Routing:
{{Auth::user()->shop_info->routing}}