@extends('layout.main') @section('content')

Complaint Referee

@can('complaint-category-create') Add new @endcan

Complaint Referee List

Name Date Action @foreach ($complaintReferees as $complaintReferee) {{ $complaintReferee->name }} {{ $complaintReferee->created_at->format('d/m/Y') }}
@can('complaint-category-edit') @endcan @can('complaint-category-delete') @endcan
@endforeach
@endsection