@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
Account
/
- Confirm
Back
Please correct the errors and try again.
@csrf
Address
City
State
Country
@foreach($countries as $c)
nicename == Auth::user()->country) selected @endif>{{$c->nicename}}
@endforeach
Postal Code
Name on Card
Card Number
CVC
Expiration Month
Expiration Year
Cancel
Confirm
@include('landlord_layouts.footer')
@include('landlord_layouts.script')