@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 == 'United States') selected @endif>{{$c->nicename}}
@endforeach
Nickname
@if($count == 0)
Set as primary
Yes
@else
Set as primary
Yes
@endif
Save Account
Cancel
@include('tenant_layouts.footer')
@include('tenant_layouts.script')