@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
Dashboard
/
Account
/
@csrf
@if(Auth::user()->image)
@else
@endif
User name
{{Auth::user()->username}}
Edit
Password
*****************
Edit
Account ID
{{Auth::user()->unique_id}}
Personal Information
Save
First name
Last name
Phone
Email
Address
Zipcode
City
State
Country
-- Select Country --
@if(count($countries) > 0) @foreach($countries as $country)
nicename == Auth::user()->country) selected @endif>{{$country->nicename}}
@endforeach @endif
Cancel
@include('tenant_layouts.footer')
@include('tenant_layouts.script')