@extends('layouts.default') @section('title') Chairman Visit @endsection @section('header-style') @endsection @section('content')

Visit

@method('PUT') {!! csrf_field() !!}
@if ($errors->has('visit_type')) {{ $errors->first('visit_type') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if(!$visitors->isEmpty())
@if ($errors->has('visitor')) {{ $errors->first('visitor') }} @endif
@else @endif
@if ($errors->has('start_from')) {{ $errors->first('start_from') }} @endif
@if ($errors->has('start_to')) {{ $errors->first('start_to') }} @endif
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @if ($errors->has('unavailable_from'))--}} {{-- {{ $errors->first('unavailable_from') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @if ($errors->has('unavailable_to'))--}} {{-- {{ $errors->first('unavailable_to') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}}
@if ($errors->has('go_number')) {{ $errors->first('go_number') }} @endif
  • status == 'P')?'checked': ''}} value="P">
  • status == 'A')?'checked': ''}} value="A">
  • status == 'C')?'checked': ''}} value="C">
  • status == 'R')?'checked': ''}} value="R">
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
  Cancel
{{--
--}} @include('chairman_visit.chairmanVisitList')
@endsection