@extends('admin.layouts.layout') @section('content')

{{ empty($editUniversityData[0]->id) ? 'Add' : 'Edit' }} University

@if(empty($editUniversityData[0]->id))
@else @endif @csrf
@if ($errors->has('university_name')){{ $errors->first('university_name') }}@endif
@if ($errors->has('phone_number')){{ $errors->first('phone_number') }}@endif
@if ($errors->has('email')){{ $errors->first('email') }}@endif
@if ($errors->has('permit_visa')){{ $errors->first('permit_visa') }}@endif
@if ($errors->has('postsecondaryid')) {{ $errors->first('postsecondaryid') }}@endif
@if ($errors->has('postsecondaryid')) {{ $errors->first('postsecondaryid') }}@endif
@if ($errors->has('postsecondaryid')) {{ $errors->first('postsecondaryid') }}@endif
@if ($errors->has('address')){{ $errors->first('address') }}@endif
@if ($errors->has('about_university')){{ $errors->first('about_university') }}@endif
@if ($errors->has('feature_university')){{ $errors->first('feature_university') }}@endif
@if ($errors->has('location')){{ $errors->first('location') }}@endif
Institution Details
@if ($errors->has('founded')){{ $errors->first('university_name') }}@endif
@if ($errors->has('school_id')){{ $errors->first('school_id') }}@endif
@if ($errors->has('provider_id_number')){{ $errors->first('provider_id_number') }}@endif
@if ($errors->has('blocked_country')) {{ $errors->first('blocked_country') }}@endif
@if ($errors->has('institution_type')) {{ $errors->first('institution_type') }}@endif
@if ($errors->has('application_fee')){{ $errors->first('application_fee') }}@endif
@if ($errors->has('average_graduate_program')){{ $errors->first('average_graduate_program') }}@endif
@if ($errors->has('average_undergraduate_program')){{ $errors->first('average_undergraduate_program') }}@endif
@if ($errors->has('cost_of_living')){{ $errors->first('cost_of_living') }}@endif
@if ($errors->has('gross_tuition')){{ $errors->first('gross_tuition') }}@endif
@if ($errors->has('letter_of_acceptance')){{ $errors->first('letter_of_acceptance') }}@endif
@if ($errors->has('disciplines')){{ $errors->first('disciplines') }}@endif
@if ($errors->has('blocked_country')) {{ $errors->first('blocked_country') }}@endif
@if ($errors->has('image')){{ $errors->first('image') }}@endif
@if(!empty($editUniversityData[0]->image)) @endif
Amenities visit icon
Cancel
@endsection @section('pagescriptcode') @endsection