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

Complaints

{{-- New Complaint --}}
@forelse ($complains as $complaint) @empty @endforelse
# Application No Customer Office Service Actions
{{ $loop->iteration }} {{ $complaint->application_number }} {{ $complaint->customer->full_name }} {{ $complaint->office->name }} {{ $complaint->service->name }}
@csrf
No complaints found.
@endsection