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

{{ __('Meetings') }}

    @foreach ($meetings as $meeting)
  • {{ $meeting->title }}
    {{-- {{ date('d F Y, h:m A', strtotime($meeting->date)) }} --}} {{ \Auth::user()->dateFormat($meeting->date) . ' ' . \Auth::user()->timeFormat($meeting->time) }} {{-- {{ \Auth::user()->dateFormat($meeting->date) . ' ' . \Auth::user()->timeFormat($meeting->time) }} --}}
  • @endforeach
@endsection @push('script-page') @endpush