@extends('admin/course-management/course-details/index') @section('main-content-tab')
@csrf

Update Job Placement Information

@if($errors->has('entry_low_salary')) {{ $errors->first('entry_low_salary') }} @endif
@if($errors->has('entry_low_salary_bn')) {{ $errors->first('entry_low_salary_bn') }} @endif
@if($errors->has('entry_avg_salary')) {{ $errors->first('entry_avg_salary') }} @endif
@if($errors->has('entry_avg_salary_bn')) {{ $errors->first('entry_avg_salary_bn') }} @endif
@if($errors->has('entry_high_salary')) {{ $errors->first('entry_high_salary') }} @endif
@if($errors->has('entry_high_salary_bn')) {{ $errors->first('entry_high_salary_bn') }} @endif
@if($errors->has('mid_low_salary')) {{ $errors->first('mid_low_salary') }} @endif
@if($errors->has('mid_low_salary_bn')) {{ $errors->first('mid_low_salary_bn') }} @endif
@if($errors->has('mid_avg_salary')) {{ $errors->first('mid_avg_salary') }} @endif
@if($errors->has('mid_avg_salary_bn')) {{ $errors->first('mid_avg_salary_bn') }} @endif
@if($errors->has('mid_high_salary')) {{ $errors->first('mid_high_salary') }} @endif
@if($errors->has('mid_high_salary_bn')) {{ $errors->first('mid_high_salary_bn') }} @endif
@if($errors->has('high_low_salary')) {{ $errors->first('high_low_salary') }} @endif
@if($errors->has('high_low_salary_bn')) {{ $errors->first('high_low_salary_bn') }} @endif
@if($errors->has('high_avg_salary')) {{ $errors->first('high_avg_salary') }} @endif
@if($errors->has('high_avg_salary_bn')) {{ $errors->first('high_avg_salary_bn') }} @endif
@if($errors->has('high_high_salary')) {{ $errors->first('high_high_salary') }} @endif
@if($errors->has('high_high_salary_bn')) {{ $errors->first('high_high_salary_bn') }} @endif

Company List:

@include('admin.course-management.course-details.job-placement.itemsCard')
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') @section('extra-script-job-placement') @show //validate form @endsection