@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
Account
/
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
Account ID
{{Auth::user()->unique_id}}
Login Info
User name
{{Auth::user()->username}}
Edit
Password
*****************
Edit
Email
{{Auth::user()->email}}
Edit
@include('landlord_layouts.footer')
@include('landlord_layouts.script')