@extends('layouts.app') @section('title') {{ __('modules')['home']['otas_availability'] }} @endsection @section('content') {{-- Styles --}} {{-- Custom Styles --}} {{-- Body --}} {{-- Superior Cards --}} {{-- Main Card --}} {{-- Title --}} {{ __('entity_forms')['otas_connection']['allotment_calendar']['title'] }} {{-- Page Description --}} {{-- Calendar Structure --}} @endsection @section('scripts') {{-- Imports --}} {{-- JS --}} {{-- FullCalendar CSS --}} {{-- FullCalendar JS --}} {{-- Calendar Construction --}} @endsection @section('footer') @include('shared.components.footer.basic-footer') @endsection