@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
Dashboard
/
- Send
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@csrf
New Message
Attach File
To:
Subject:
Matter
Repair
Maintenance
Complaint
Miscellaneous
Other
Priority!
Low
Medium
High
Send
Cancel
@include('tenant_layouts.footer')
@include('tenant_layouts.script')