@extends('Admin.Layout.main_layout') @section('title','EQA Visit') @section('main_container')

EQA Visitor

@csrf
@if($errors->has('Director')) {{($errors->first('Director'))}} @endif
@if($errors->has('visitor_name')) {{($errors->first('visitor_name'))}} @endif
@if($errors->has('visitor_email')) {{($errors->first('visitor_email'))}} @endif
@if($errors->has('visitor_phone')) {{($errors->first('visitor_phone'))}} @endif
@if($errors->has('visiting_day')) {{($errors->first('visiting_day'))}} @endif
@if($errors->has('purpose')) {{($errors->first('purpose'))}} @endif
@endsection