@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
@csrf
@if(Auth::user()->image) Preview Image @else Preview Image @endif
{{Auth::user()->username}} Edit
***************** Edit
{{Auth::user()->unique_id}}
Personal Information
@include('tenant_layouts.footer')
@include('tenant_layouts.script')