@extends('layouts/microfin_layout') @section('title', '| Gov. Holiday List') @section('content')

Fixed GOV. HOLIDAY LIST

@foreach($holidays as $key => $holiday) @endforeach
SL# Title Date Description Action
{{$key+1}} {{$holiday->title}} {{$holiday->date}} {{$holiday->description}}
{{-- Update Modal --}} {{-- End Update Modal --}} {{-- --}} @endsection {{-- Delete Modal --}} {{-- End Delete Modal --}}