@extends('layouts.app_pub') @push('css') @endpush @section('content') @inject('carbon', 'Carbon\Carbon')
Applicant Information Update/ Application proceed
{{-- "{{ route('notice.teacher_info.store') }}" --}}
{{--
N.B: Application will be queued for review if you have made any change.
--}}
@csrf
@error('fname') {{ $message }} @enderror
@error('designation') {{ $message }} @enderror
@if($teacher_data->is_ws == 0)
@error('institute') {{ $message }} @enderror
@else
@error('institute') {{ $message }} @enderror
@endif
@error('email') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
{{-- --}}

@error('gpp_file') {{ $message }} @enderror
{{-- /// plain --}}
{{-- --}} {{--
--}}


N.B: Application will be queued for approval and review.
@endsection @push('js')