@extends('AdminLte.template') @section('title') Employment Reporting @endsection @section('ExternalCss') @parent @endsection @section('Content')



Supervisors


@foreach ($reportDetailsSupervisor as $key=>$rds) @endforeach
Name Reporting Method Action
 {{ $rds->employee_fname }}  {{$rds->reporting_method_name }}
employee_reporting_id }} href={{ url('employee_reporting').'/destroy'.'/supervisor'.'/'.$id.'/'.$rds->employee_reporting_id }}>Delete


Sub-Ordinates


@foreach ($reportDetailsSubordinate as $key=>$rdso) @endforeach
Name Reporting Method Action
 {{ $rdso->employee_fname }}  {{$rdso->reporting_method_name }}
employee_reporting_id }} href={{ url('employee_reporting').'/destroy'.'/subordinate'.'/'.$id.'/'.$rdso->employee_reporting_id }}>Delete
@if(session()->has('successMessage'))
× {{ session()->get('successMessage') }}
@endif @if(session()->has('errorMessage'))
× {{ session()->get('errorMessage') }}
@endif
@endsection @section('BootstrapModals') @include('Components/Bootstrap Modals/hrms_reporting_modal_supervisor') @include('Components/Bootstrap Modals/hrms_reporting_modal_subordinate') @endsection @section('ExternalJs') @endsection