@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content')
{!! $data['pageTitle'] !!}
{{-- --}} {{-- --}} @php $sl = 1; @endphp @foreach ($data['list'] as $j => $row) {{-- --}} {{-- --}} @endforeach
SL#Title Effect DateTo Date Action
{{ $sl++ }}{{ $row->title }}{{ date('d-m-Y', strtotime($row->effect_date)) }}{{ date('d-m-Y', strtotime($row->end)) }} {{-- --}}
@endsection @section('footerAssets') @endsection