@extends('admin/institute-management/institute-profile/index') @section('main-content-tab')
@csrf
Add Career Insight Item
Related Role (EN)
@if($errors->has('related_role'))
{{ $errors->first('related_role') }}
@endif
Related Role (BN)
@if($errors->has('related_role_bn'))
{{ $errors->first('related_role_bn') }}
@endif
Job Satisfaction (0 to 5)
@if($errors->has('job_satisfaction'))
{{ $errors->first('job_satisfaction') }}
@endif
Average Salary (EN)
@if($errors->has('average_salary'))
{{ $errors->first('average_salary') }}
@endif
Average Salary (BN)
@if($errors->has('average_salary_bn'))
{{ $errors->first('average_salary_bn') }}
@endif
Jobs In BD
@if($errors->has('jobs_in_bd'))
{{ $errors->first('jobs_in_bd') }}
@endif
Description (EN)
{{old('description', '')}}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
Description (BN)
{{old('description_bn', '')}}
@if($errors->has('description_bn'))
{{ $errors->first('description_bn') }}
@endif
Status
Back
Add
@endsection @section('extra-extra-css')
@endsection @section('extra-extra-script') //validate form @endsection