@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar') @if(Auth::user()->connect_account_status != 'active')
Back to billing page
@endif
Thank you
for connecting to stripe!
@if(Auth::user()->connect_account_status == 'active')
Back to billing page
@else
Please click the link below to verify your stripe account
Verify stripe account
@endif
@include('landlord_layouts.footer')
@include('landlord_layouts.script')