@extends('layouts.main') @section('title', 'College Registration | Assessment Confirmation') @section('description','Colleges register here to create a new Hiremee account.') @section('content')
@if($message = Session::get('success'))
Success! {{ $message }}
@elseif($message = Session::get('error'))
Error! {{ $message }}
@endif
College Registration / Assessment Confirmation

{{ csrf_field() }}
{{-- --}}
location_on @if ($errors->has('address')) *{{ $errors->first('address') }} @endif
location_on @if ($errors->has('district')) *{{ $errors->first('district') }} @endif
location_on @if ($errors->has('state')) *{{ $errors->first('state') }} @endif
location_on @if ($errors->has('pincode')) *{{ $errors->first('pincode') }} @endif
school @if ($errors->has('state')) *{{ $errors->first('university') }} @endif
portrait @if ($errors->has('spoc_name')) *{{ $errors->first('spoc_name') }} @endif
local_phone @if ($errors->has('contact_number')) *{{ $errors->first('contact_number') }} @endif
email @if ($errors->has('email_address')) *{{ $errors->first('email_address') }} @endif
portrait @if ($errors->has('principal_name')) *{{ $errors->first('principal_name') }} @endif
wc @if ($errors->has('total_students')) *{{ $errors->first('total_students') }} @endif
school @if ($errors->has('courseoption')) *{{ $errors->first('courseoption') }} @endif
computer @if ($errors->has('computer_count')) *{{ $errors->first('computer_count') }} @endif
date_range @if ($errors->has('assessment_date')) *{{ $errors->first('assessment_date') }} @endif
timer @if ($errors->has('assessment_time')) *{{ $errors->first('assessment_time') }} @endif



@endsection @section('footer') @endsection