@extends('layouts.default') @section('title') Appointment Request @endsection @section('header-style') @endsection @section('content')

Appointment Request

{!! csrf_field() !!} @method('PUT')
@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
+88
@if ($errors->has('request_mobile')) {{ $errors->first('request_mobile') }} @endif
@if ($errors->has('appointment_date')) {{ $errors->first('appointment_date') }} @endif
apointmnet_start_time))) }}" name="start_time" data-toggle="datetimepicker" data-target="#start-time"/>
@if ($errors->has('start_time')) {{ $errors->first('start_time') }} @endif
@if ($errors->has('duration')) {{ $errors->first('duration') }} @endif
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
  • status == 'P' ? 'checked' : ''}}>
  • status == 'A' ? 'checked' : ''}}>
  • status == 'C' ? 'checked' : ''}}>
  • status == 'R' ? 'checked' : ''}}>
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{-- @include('shared.participant')--}}
  Cancel
@include('appointment.requestList')
@endsection