@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
Account
/
Billing
/
- Edit
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@csrf
Account ID :
{{Auth::user()->unique_id}}
{{--
Cancel
--}}
Back
Confirm
Credit Card
Cardholder Name
Card Number
Expiration Month
Expiration Date
CVC
Billing Address
Street Address
City
State
Country
@foreach($countries as $c)
nicename == Auth::user()->country) selected @endif>{{$c->nicename}}
@endforeach
Postal Code
@include('landlord_layouts.footer')
@include('landlord_layouts.script')