@extends('layout/layout') @push('links') @endpush {{-- Content --}} @section('content') @include('components/calendar_table') @endsection {{-- Script --}} @push('scripts') @endpush