JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@extends('layouts.admin') @section('page-title') {{ __('Zoom Meetings Calender') }} @endsection @php $setting = App\Models\Utility::settings(); @endphp @section('breadcrumb') @endsection @section('action-button') @if (\Auth::user()->type == 'company') @endif @endsection @section('content')
{{ __('Calendar') }}
{{--
--}} @if(isset($setting['is_enabled']) && $setting['is_enabled'] =='on') @endif {{--
--}}

{{ __('Zoom Mettings') }}

    @foreach ($current_month_event as $event)
  • {{ $event->title }}
    {{ date('d F Y, h:m A', strtotime($event->start_date)) }}
  • @endforeach
@endsection @push('script-page') {{-- --}} @endpush