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