@extends('includes/layout') @section('main-page-content') @php $organisers = $meeting->meeting_organisers; $employees = $meeting->meeting_users; @endphp
@csrf
is_recurring == config('constants.meeting_recurring.one_time.key')) checked @endif>
is_recurring == config('constants.meeting_recurring.recurring.key')) checked @endif>
is_recurring == config('constants.meeting_recurring.one_time.key')) style="display: none" @endif>
frequency == config('constants.meeting_frequency.daily.key')) checked @endif>
frequency == config('constants.meeting_frequency.weekly.key')) checked @endif>
{{--
frequency == config('constants.meeting_frequency.monthly.key')) checked @endif>
frequency == config('constants.meeting_frequency.custom.key')) checked @endif>
--}}
@php $weekdays = explode(",",$meeting->days); @endphp
frequency != config('constants.meeting_frequency.weekly.key')) style="display: none;" @else style="display: block;" @endif>
is_recurring == 0) disabled @endif>
Is guest user allowed?
allow_guest) checked @endif>
Before Clock in
is_before_meeting) checked @endif>
{{-- --}}
@endsection @section('css-js') @endsection