@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
@if(session()->has('message')) @endif
{{Auth::user()->unique_id}}
Login Info
{{Auth::user()->username}} Edit
***************** Edit
{{Auth::user()->email}} Edit
@include('landlord_layouts.footer')
@include('landlord_layouts.script')