@extends('dashboard.layouts.app') @section('title', 'Home Page') @section('styles') @endsection @section('content')

{{ __('dashboard.Calendar') }}

@endsection @section('scripts') @endsection