@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content')
{!! $data['pageTitle'] !!}
@foreach ($data['configuration'] as $key => $item) @endforeach
SL# Name Action
{{ ++$key }} {{ $item->name }} {{-- --}}
@endsection @section('footerAssets') @endsection