@extends('admin/layouts/app') @section('page-title') Update Course | Simple Admission @endsection @section('page-breadcrumb')

Course

@endsection @section('main-content')
{{-- @include('admin.course-management.course-list.include.tabmenu')--}} @include('admin.course-management.course-details.tabmenu')
@csrf

Update Course

@if($errors->has('institute_id')) {{ $errors->first('institute_id') }} @endif
@if($errors->has('department_id')) {{ $errors->first('department_id') }} @endif
@if($errors->has('course_id')) {{ $errors->first('course_id') }} @endif
@if($errors->has('category_type_id')) {{ $errors->first('category_type_id') }} @endif
@if($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if($errors->has('education_course_type_id')) {{ $errors->first('education_course_type_id') }} @endif
@if($errors->has('session_id')) {{ $errors->first('session_id') }} @endif
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if($errors->has('duration_hour')) {{ $errors->first('duration_hour') }} @endif
@if($errors->has('duration')) {{ $errors->first('duration') }} @endif
@if($errors->has('duration_year')) {{ $errors->first('duration_year') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if($errors->has('duration'))--}} {{-- {{ $errors->first('duration') }}--}} {{-- @endif--}} {{-- --}} {{--
--}} {{-- for training --}}
@if($errors->has('batch')) {{ $errors->first('batch') }} @endif
@if($errors->has('hour')) {{ $errors->first('hour') }} @endif
{{-- for training --}}
@if($errors->has('single_price')) {{ $errors->first('single_price') }} @endif
@if($errors->has('application_message')) {{ $errors->first('application_message') }} @endif
@if($errors->has('average_price')) {{ $errors->first('average_price') }} @endif Approximate cost to complete this course
@if($errors->has('admission_test_date')) {{ $errors->first('admission_test_date') }} @endif
@if($errors->has('from_date')) {{ $errors->first('from_date') }} @endif
@if($errors->has('to_date')) {{ $errors->first('to_date') }} @endif
@if($errors->has('total_credit')) {{ $errors->first('total_credit') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if($errors->has('total_semester'))--}} {{-- {{ $errors->first('total_semester') }}--}} {{-- @endif--}} {{-- --}} {{--
--}}
@if($errors->has('class_schedule')) {{ $errors->first('class_schedule') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if($errors->has('description'))--}} {{-- {{ $errors->first('description') }}--}} {{-- @endif--}} {{--
--}}
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if($errors->has('description_bn'))--}} {{-- {{ $errors->first('description_bn') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if($errors->has('requirements'))--}} {{-- {{ $errors->first('requirements') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if($errors->has('requirements_bn'))--}} {{-- {{ $errors->first('requirements_bn') }}--}} {{-- @endif--}} {{--
--}}
Back
Suggested image ratio: 1230 x 400 | max-size: 2 MB @if($errors->has('banner')) {{ $errors->first('banner') }} @endif
Suggested image ratio: 400 x 400 | max-size: 1 MB @if($errors->has('thumbnail')) {{ $errors->first('thumbnail') }} @endif
max-size: 3 MB @if($errors->has('brochure')) {{ $errors->first('brochure') }} @endif
{{-- --}}
apply_action == 1 ? 'checked' : 'checked'}}/>
apply_action == 3 ? 'checked' : ''}} />
@if($errors->has('visit_official_title')) {{ $errors->first('visit_official_title') }} @endif
@if($errors->has('visit_official_title_bn')) {{ $errors->first('visit_official_title_bn') }} @endif
@if($errors->has('visit_official_button_text')) {{ $errors->first('visit_official_button_text') }} @endif
@if($errors->has('visit_official_button_text_bn')) {{ $errors->first('visit_official_button_text_bn') }} @endif
@if($errors->has('visit_official_button_link')) {{ $errors->first('visit_official_button_link') }} @endif
@endsection @section('extra-css') @endsection @section('extra-script') //validate form @endsection