@extends('Fontend.LayoutInner.master') @section('contned')

Holiday

@foreach ($allHoliday as $row )

{{$row->title}}

@endforeach
@endsection