@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
Dashboard
/
Please correct the errors and try again.
@csrf
Account Information
Payment Information
Credit or Debit Card
Card number
Expiration
Security code
Billing zip code
Country
@foreach($countries as $c)
nicename == Auth::user()->country) selected @endif>{{$c->nicename}}
@endforeach
Nickname
Set as primary
primary == 'on') checked disabled @endif>
Yes
Save
Cancel
DELETE ACCOUNT
@include('tenant_layouts.footer')
@include('tenant_layouts.script')