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

Faculty Information

* {{-- {{ old('name', '') }} --}} @if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif
* {{-- {{ old('name', '') }} --}} @if ($errors->has('lastname')) {{ $errors->first('lastname') }} @endif
* {{-- {{ old('name', '') }} --}} @if ($errors->has('dob')) {{ $errors->first('dob') }} @endif
*
* @error('email') {{ $message }} @enderror
* {{-- {{ old('company_name', '') }} --}} @error('panno') {{ $message }} @enderror
* {{-- {{ old('company_name', '') }} --}} @error('aadharno') {{ $message }} @enderror
* {{-- {{ old('company_name', '') }} --}} @error('mobileno') {{ $message }} @enderror
{{-- {{ old('company_name', '') }} --}} @if ($errors->has('alternatemobileno')) {{ $errors->first('alternatemobileno') }} @endif
* {{-- {{ old('company_name', '') }} --}} @if ($errors->has('cms_department_sid')) {{ $errors->first('cms_department_sid') }} @endif
* {{-- {{ old('company_name', '') }} --}} @if ($errors->has('cms_staff_type_cid')) {{ $errors->first('cms_staff_type_cid') }} @endif
* {{-- {{ old('company_name', '') }} --}} @if ($errors->has('user_type_cid')) {{ $errors->first('user_type_cid') }} @endif
* {{-- {{ old('name', '') }} --}} @if ($errors->has('doj')) {{ $errors->first('doj') }} @endif
* {{-- {{ old('name', '') }} --}} @if ($errors->has('experience')) {{ $errors->first('experience') }} @endif
@if ($errors->has('photos')) {{ $errors->first('photos') }} @endif
* {{-- {{ old('name', '') }} --}} @if ($errors->has('address')) {{ $errors->first('address') }} @endif
{{--
--}} {{-- Display error if there's any --}} {{-- @if ($errors->has('profile_picture')) {{ $errors->first('profile_picture') }} @endif
--}}
@include('layouts.footers.auth.footer') @endsection {{-- @push('scripts') @endpush --}}