@extends('admin.layouts.master') @section('title', 'Edit meeting - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('List all meetings') }} @endslot @slot('menu1') {{ __('Mettings') }} @endslot @slot('menu2') {{ __('Big Blue Mettings') }} @endslot @slot('menu3') {{ __(' Edit meetings') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Meeting') }} : #{{ $meeting->meetingid }}
@csrf
link_by == 'course' ? 'checked' : '' }} class="custom_toggle" onclick="myFunction()">
Should be diffrent from Moderator password
setMuteOnStart == 1 ? "checked" : "" }} class="custom_toggle" type="checkbox" name="setMuteOnStart" />
allow_record == '1' ? "checked" : "" }} class="custom_toggle" type="checkbox" ame="allow_record" />
@endsection @section('script') @endsection