@extends('admin.layouts.master') @section('page_title', __('admin.Report A Problem View')) @section('page_heading', __('admin.Report A Problem View')) @section('page_text', __('admin.Report A Problem View')) @section('page_breadcrumb_icon') @endsection @section('page_breadcrumb_item', 'Report A Problem View') @section('page_breadcrumb_item2', 'Report A Problem View') @endsection @section('css') @endsection @section('content')
@csrf
Messages
    @if (count($problem->request_messages) > 0) @foreach ($problem->request_messages as $msg)
  • @if ($msg->sender_id == 1) Me @else Admin @endif

    {{ $msg->message }} @if ($msg->request_file)

    @php $extension = pathinfo($msg->request_file)['extension']; $imgSrc = ''; $imgClass = 'img-thumbnail'; if (in_array($extension, ['png', 'jpeg', 'jpg'])) { $imgSrc = url("RequestFiles/{$msg->request_file}"); } elseif ($extension === 'pdf') { $imgSrc = url('RequestFiles/pdf-img.png'); } elseif (in_array($extension, ['xls', 'xlsx', 'csv'])) { $imgSrc = url('RequestFiles/excel-img.png'); } else { $imgSrc = url('RequestFiles/no-img.png'); } @endphp
    @endif

  • @endforeach @else

    ---------------

    @endif
is_active_file_uploading == 1 ? 'checked' : '' }}>
Back

When you change the status to "IN PROGRESS" the system will automatically send a message to the resident via the messaging system, email and SMS:

Report Details

Category

{{ $problem->request_category->name }}

Description

{{ $problem->description }}

Location

{{ $problem->location }}

Property Access

@if ($problem->property_access == 1)

The resident has given their permission for you to access their property

@else

No permission for Portal to access your property

@endif

Additional Info

{{ $problem->additional_info }}

Contact Details

{{ $problem->name }}
{{ $problem->email }}

Reported by