@extends('admin/institute-management/institute-profile/index',['withoutCard' => true]) @section('main-content-tab') {{--
--}} {{--
--}} {{--
--}} {{--

Job Placement

--}} {{--

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consectetur delectus fugit necessitatibus numquam quod voluptates.

--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Job Placement

--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
SL.LevelLow SalaryAvg. SalaryHigh SalaryStatusActions
1Entry Level100002000030000Active--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Company List

--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
SL.Company NameLogoFeaturedStatusActions
1Company Name--}} {{-- logo--}} {{-- FeaturedActive--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@csrf

Update Job Placement

@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.institute-management.institute-profile.job-placement.itemsCard')
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') @section('extra-script-job-placement') @show //validate form @endsection