@extends('layouts.default') @section('title') Appointment Purpose @endsection @section('header-style') @endsection @section('content') {{--@if($operators->isEmpty())

You have no operator. Please setting Operator  Click here

@else--}}

Appointment Purpose

{!! csrf_field() !!}
@if ($errors->has('agenda')) {{ $errors->first('agenda') }} @endif
@if ($errors->has('priority_id')) {{ $errors->first('priority_id') }} @endif
@if(!$operators->isEmpty())
@if ($errors->has('meeting_caller_user_id')) {{ $errors->first('meeting_caller_user_id') }} @endif
@else @endif
@if ($errors->has('request_type')) {{ $errors->first('request_type') }} @endif
{{-- --}}
@if ($errors->has('request_by')) {{ $errors->first('request_by') }} @endif @if ($errors->has('emp_id')) {{ $errors->first('emp_id') }} @endif @if ($errors->has('stakeholder_id')) {{ $errors->first('stakeholder_id') }} @endif
+88
@if ($errors->has('request_mobile')) {{ $errors->first('request_mobile') }} @endif
@if ($errors->has('appointment_date')) {{ $errors->first('appointment_date') }} @endif
@if ($errors->has('start_time')) {{ $errors->first('start_time') }} @endif
@if ($errors->has('duration')) {{ $errors->first('duration') }} @endif
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
{{-- @include('shared.participant')--}}
 
@include('appointment.requestList')
{{--@endif--}} @endsection