@extends('Layouts.dashboardLayout') @section('content')
@include('includes.messages')
Complaints
{{--

--}}
@foreach($complaints as $complaint) @endforeach {{-- Mark as Completed--}}
Title Message Company Location Complainant Resolution Status Customer Satisfaction Action
{{$complaint->title}} {!! nl2br($complaint->detailed_complaint) !!} {{$complaint->company}} {{$complaint->location}} {{$complaint->complainants_name}} ({{$complaint->email}}) @if($complaint->resolution_status == false)

Unresolved

@else

Resolved

@endif
{{$complaint->client_satisfaction == 1 ? 'Satisfied' : 'Unsatisfied'}} View Details
{{--edit prloject--}} {{--edit project--}} @include('includes.alerts') @endsection @section('script') @endsection('script')