@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
- Send
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@csrf
New Message
Attach File
To:
@foreach($tenants as $tenant)
{{$tenant->first_name.' '.$tenant->last_name}} ({{$tenant->unique_id}})
@endforeach
@error('to')
{{ $message }}
@enderror
Subject:
@error('subject')
{{ $message }}
@enderror
Matter
Repair
Maintenance
Complaint
Miscellaneous
Other
Priority!
Low
Medium
High
Send
Cancel
@include('landlord_layouts.footer')
@include('landlord_layouts.script')