@extends('layouts.master') @section('title', 'Calendar') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub') @yield('title') Official Holiday @include('layouts.footer') @endsection