@extends('layouts.backend') @section('page-header')

Holidays

Add Holiday
@endsection @section('content')
@if (!empty($holidays->count())) @foreach ($holidays as $holiday) @endforeach @endif
Title Holiday Date Day Action
{{$holiday->name}} {{date_format(date_create($holiday->holiday_date),'d M Y')}} {{ date_format(date_create($holiday->holiday_date),'D') }}
@endsection @section('scripts') @endsection