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

- Reply

@if(session()->has('message')) @endif
@csrf
New Message
Status
{{$corr->status}}
Matter
{{$corr->matter}}
Priority!
{{$corr->priority}}

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

Subject: @error('subject') {{ $message }} @enderror
Cancel
@foreach($lists as $list)
From: {{$list->sender_first_name.' '.$list->sender_last_name}}
To : {{$list->receiver_first_name.' '.$list->receiver_last_name}}
Subject: {{$list->subject}}
{{ date('D, m/d/Y g:i A ',strtotime($list->created_at))}}
{!! nl2br(e( $list->message)) !!}
@if(count($files)>0) @foreach($files as $file) @if($list->id == $file->correspondence_id) @endif @endforeach @endif
@endforeach
@include('landlord_layouts.footer')
@include('landlord_layouts.script')