@extends('layouts.usermaster') @section('title') @if ($meeting->id == 0) New Meeting @else Edit Meeting @endif @endsection @section('content.header.title') @if ($meeting->id == 0) New Meeting @else Edit Meeting @endif @endsection @section('css') @endsection @section('content') current_flag == 1) action="{{url('/user/meetings')}}" @endif id="mtgForm"> @if ($meeting->id > 0) @method('PUT') @endif @csrf Topic current_flag == 0) readonly @endif> Description current_flag == 0) readonly @endif>{{$meeting->notes}} When Time Zone current_flag == 0) readonly @endif> @foreach($timezone as $id =>$name) tz_name == $id) selected @endif > {{$name}} @endforeach Guests @foreach($meeting->attendees as $att) {{$att->email}} @endforeach Record Meeting record_flag == 1) checked @endif data-bootstrap-switch> @if($meeting->id > 0) Meeting # Moderator Access Code Participant Access Code @endif @endsection('content') @section('javascript') @endsection @section('page_script') @endsection