Reported Employees
@if(session('success'))
{{ session('success') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Identification Number | Employee Name | Report By | Date of Report | Involved In | @if (Auth::user()->superadmin == 1)ACTIONS | @endif||||
---|---|---|---|---|---|---|---|---|---|
{{ $company->id }}
|
{{ $company->indentification_no }}
|
{{ $company->name }} | {{ $company->username }} | {{ \Carbon\Carbon::parse($company->dateofreport)->format('d M, Y') }} | @if ($company->involvedin == 'robbery')Robbery | @elseif ($company->involvedin == 'abusive_worker')Abusive Worker | @elseif ($company->involvedin == 'false_accident_claimer')False Accident Claimer | @elseif ($company->involvedin == 'theft')Theft | @endif @if (Auth::user()->superadmin == 1)@endif |