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

Update Study Gap Information

@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('title_bn')) {{ $errors->first('title_bn') }} @endif
@if($errors->has('maximum_allowed_year')) {{ $errors->first('maximum_allowed_year') }} @endif
@if($errors->has('maximum_allowed_year_bn')) {{ $errors->first('maximum_allowed_year_bn') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') {{----}} //validate form @endsection