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

Visit

{!! 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
 
{{--
--}} @include('chairman_visit.chairmanVisitList')
@endsection