@extends('admin/layouts.master') @section('title', 'Edit meeting '.$meeting->meetingid) @section('body') @include('admin.message') {{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Meeting') }} : #{{ $meeting->meetingid }} @csrf {{ __('adminstaticword.LinkByCourse') }}: link_by == 'course' ? 'checked' : '' }}> {{ __('adminstaticword.Courses') }}: @php $course = App\Course::where('status', '1')->where('user_id', Auth::user()->id)->get(); @endphp @foreach($course as $caat) id ? 'selected' : "" }} value="{{ $caat->id }}">{{ $caat->title }} @endforeach {{ __('adminstaticword.MeetingID') }}: * Presenter {{ __('adminstaticword.Name') }}: * {{ __('adminstaticword.Meeting') }} {{ __('adminstaticword.Name') }}: * {{ __('adminstaticword.Meeting') }} {{ __('adminstaticword.Duration') }}: * It will be count in minutes {{ __('adminstaticword.Meeting') }} {{ __('adminstaticword.Detail') }}: * {!! $meeting->detail !!} Moderator {{ __('adminstaticword.Password') }}: Attandee {{ __('adminstaticword.Password') }}: Set Welcome Message: Set Max Participants: Set Mute on Start: setMuteOnStart == 1 ? "checked" : "" }} class="tgl tgl-skewed" name="setMuteOnStart" id="setMuteOnStart" type="checkbox"/> Allow Record: allow_record == '1' ? "checked" : "" }} class="tgl tgl-skewed" name="allow_record" id="allow_record" type="checkbox"/> + {{ __('adminstaticword.Update') }} {{ __('adminstaticword.Meeting') }} @endsection @section('script') @endsection