@extends('layout.main') @section('content')
@can('store-complaint') @endcan @can('delete-complaint') @endcan
{{ __('Complaint From') }} {{ __('Complaint Against') }} {{ trans('file.Company') }} {{ __('file.Title') }} {{ __('file.Date') }} {{ trans('file.Action') }}
@endsection @push('scripts') @endpush