@extends('components.customer_layout') @section('customer-content')

Complaint Details

Approve
Application Number {{ $complaint->application_number }}
Customer {{ $complaint->customer->full_name }}
Office {{ $complaint->office->name }}
Service {{ $complaint->service->name }}
Description {{ $complaint->description }}
File @if($complaint->file) View File @else No file uploaded @endif
@if($complaint->file) @else

No file uploaded

@endif Back
@endsection