@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title])
{{ $title }}
@foreach ($holidayLists as $index => $item) @endforeach
S.N Type Title Date Action
{{ $index + 1 }} {{ $item->title }} {{ $item->date }}
@endsection