@extends('admin.layouts.master') @section('title', 'Edit meeting - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit') }} {{ __('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