/home/techb158/ileadtechnology.com/resources/views/bbl
NameSizeModeActions
create.blade.php67430644editdlrm
edit.blade.php63790644editdlrm
index.blade.php37620644editdlrm
joinmeeting.blade.php3520644editdlrm
recordings.blade.php11960644editdlrm
setting.blade.php20710644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/bbl/edit.blade.php (6379B)
@extends('admin/layouts.master') @section('title', 'Edit meeting '.$meeting->meetingid) @section('body')
@include('admin.message')
Edit meeting : #{{ $meeting->meetingid }}
@csrf
  • link_by == 'course' ? 'checked' : '' }}>
  • It will be count in minutes
    setMuteOnStart == 1 ? "checked" : "" }} class="tgl tgl-skewed" name="setMuteOnStart" id="setMuteOnStart" type="checkbox"/>
    allow_record == '1' ? "checked" : "" }} class="tgl tgl-skewed" name="allow_record" id="allow_record" type="checkbox"/>
    @endsection @section('script') @endsection