@extends('layouts.admin') @section('title') {{ __('Calendar') }} @endsection @push('css') @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('action-button') {{ __('List') }} @if (\Auth::user()->type == 'owner') @endif @endsection @section('content')
{{__('Calendar')}}
@if (isset($settings['is_enabled']) && $settings['is_enabled'] == 'on')
@endif
@endsection @push('theme-script') @endpush @push('script') @endpush