@extends('layouts.admin') @section('title') {{ __('Task Calendar') }} @endsection @push('css') @endpush {{-- @push('theme-script') @endpush --}} @php $setting = \App\Models\Utility::settings(); $settings = \App\Models\Utility::settingsById(); // $SITE_RTL = Cookie::get('enable_rtl'); $SITE_RTL=\App\Models\Utility::getValByName('enable_rtl') @endphp @section('content')