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