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

Add Career Insight Item

@if($errors->has('related_role')) {{ $errors->first('related_role') }} @endif
@if($errors->has('related_role_bn')) {{ $errors->first('related_role_bn') }} @endif
@if($errors->has('job_satisfaction')) {{ $errors->first('job_satisfaction') }} @endif
@if($errors->has('average_salary')) {{ $errors->first('average_salary') }} @endif
@if($errors->has('average_salary_bn')) {{ $errors->first('average_salary_bn') }} @endif
@if($errors->has('jobs_in_bd')) {{ $errors->first('jobs_in_bd') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
Back
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') //validate form @endsection