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

Add Career Item

@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('title_bn')) {{ $errors->first('title_bn') }} @endif
@if($errors->has('sub_title')) {{ $errors->first('sub_title') }} @endif
@if($errors->has('sub_title_bn')) {{ $errors->first('sub_title_bn') }} @endif
@if($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if($errors->has('amount_bn')) {{ $errors->first('amount_bn') }} @endif
Back
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') //validate form @endsection