@if (Session::get('logo'))
@endif
@lang('rentals/tenant-portal/tenant.tenant_portal')
{{ Auth::guard('rental-tenant')->user()['name'] }}
@lang('rentals/tenant-portal/tenant.logout')
@csrf
@include('tenant.layouts.alert') @yield('content')
@scriptag('build/js/manifest.js') @scriptag('build/js/vendor.js') @scriptag('build/js/app.js')