@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])
@csrf @method('PUT')
Edit Faculty Information
Cancel

Faculty Information

@if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif
@if ($errors->has('lastname')) {{ $errors->first('lastname') }} @endif
@if ($errors->has('dob')) {{ $errors->first('dob') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('panno')) {{ $errors->first('panno') }} @endif
@if ($errors->has('aadharno')) {{ $errors->first('aadharno') }} @endif
@if ($errors->has('mobileno')) {{ $errors->first('mobileno') }} @endif
@if ($errors->has('alternatemobileno')) {{ $errors->first('alternatemobileno') }} @endif
{{--
--}}
@if ($errors->has('doj')) {{ $errors->first('doj') }} @endif
@if ($errors->has('experience')) {{ $errors->first('experience') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif

Current File: View Document

@if ($errors->has('photos')) {{ $errors->first('photos') }} @endif
@endsection