@extends('components.customer_layout') @section('customer-content')
| 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 |
No file uploaded
@endif Back