@extends('layouts.default') @section('title') Meeting Setup @endsection @section('header-style') @endsection @section('content')
Meeting Setup
Requested
{!! csrf_field() !!}
@if ($errors->has('meeting_type')) {{ $errors->first('meeting_type') }} @endif {{-- {!! $errors->first('meeting_type', '

:message

') !!}--}}
@if ($errors->has('meeting_name')) {{ $errors->first('meeting_name') }} @endif
@if ($errors->has('chairperson')) {{ $errors->first('chairperson') }} @endif
@if ($errors->has('meeting_date')) {{ $errors->first('meeting_date') }} @endif
@if ($errors->has('start_time')) {{ $errors->first('start_time') }} @endif
@if ($errors->has('end_time')) {{ $errors->first('end_time') }} @endif
@if ($errors->has('meeting_location')) {{ $errors->first('meeting_location') }} @endif
@if ($errors->has('meeting_venue')) {{ $errors->first('meeting_venue') }} @endif
@if(!$operators->isEmpty())
@if ($errors->has('meeting_caller_user_id')) {{ $errors->first('meeting_caller_user_id') }} @endif
@else @endif
@if ($errors->has('priority_id')) {{ $errors->first('priority_id') }} @endif
{{-- --}} @if ($errors->has('agenda')) {{ $errors->first('agenda') }} @endif

Required Person

@include('meeting.shared.group_participant')
TYPE NAME Organization Designation Department Mobile Note Tacker Status Add
@include('meeting.setupList')
@endsection