@extends('hr_main')
@section('title', '| ' . $data['pageTitle'])
@section('content')
{!! $data['pageTitle'] !!}
| SL# |
Effective Date |
No of Bosses |
Action |
@foreach ($configContent as $index => $entry)
| {{ $index + 1 }} |
{{ $entry['effectiveDate'] }} |
{{ $entry['noOfBosses'] }} |
{{--
--}}
|
@endforeach
{{--
--}}
Are You Confirm to Delete This Record?
@endsection