@extends('admin/institute-management/institute-profile/index') @section('main-content-tab')
@csrf

Update Campus

@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('employee_id')) {{ $errors->first('employee_id') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
{{-- --}} @if($errors->has('department')) {{ $errors->first('department') }} @endif
@if($errors->has('designation')) {{ $errors->first('designation') }} @endif
@if($errors->has('faculty')) {{ $errors->first('faculty') }} @endif
@if($errors->has('personal_information')) {{ $errors->first('personal_information') }} @endif
@if($errors->has('academic_qualification')) {{ $errors->first('academic_qualification') }} @endif
@if($errors->has('training_experience')) {{ $errors->first('training_experience') }} @endif
@if($errors->has('teaching_area')) {{ $errors->first('teaching_area') }} @endif
@if($errors->has('publication')) {{ $errors->first('publication') }} @endif
@if($errors->has('research')) {{ $errors->first('research') }} @endif
@if($errors->has('award')) {{ $errors->first('award') }} @endif
@if($errors->has('membership')) {{ $errors->first('membership') }} @endif
@if($errors->has('previous_employment')) {{ $errors->first('previous_employment') }} @endif
Back
Suggested Image ratio: 400 x 400 | max-size: 500 KB @if($errors->has('avatar')) {{ $errors->first('avatar') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') //validate form @endsection