@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')

- Send

@if(session()->has('message')) @endif
@csrf
New Message

To: @error('to') {{ $message }} @enderror

Subject: @error('subject') {{ $message }} @enderror
Matter
Priority!
Cancel
@include('landlord_layouts.footer')
@include('landlord_layouts.script')