/home/techb158/ileadtechnology.com/resources/views/zoom
NameSizeModeActions
create.blade.php151650644editdlrm
edit.blade.php77580644editdlrm
index.blade.php60130644editdlrm
meeting.blade.php28350644editdlrm
setting.blade.php29810644editdlrm
show.blade.php44200644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/zoom/edit.blade.php (7758B)
@extends('admin/layouts.master') @section('title', 'Edit Zoom Meeting : '.$response['id']) @section('body') @if ($errors->any())
@endif
Edit Zoom Meeting : {{ $response['id'] }}
Meeting Type : @if($response['type'] == '2') Scheduled Meeting @elseif($response['type'] == '3') Recurring Meeting with no fixed time @else Recurring Meeting with fixed time @endif
@csrf
@if(isset($meeting->image)) @endif


  • @if($response['type'] == '2' && $response['type'] == '8')
    @endif @if($response['type'] == '2' && $response['type'] == '8')
    @endif
    {{-- --}}
    Meeting Setting :


    @endsection @section('script') @endsection