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

Create Student Achievement

@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('title_bn')) {{ $errors->first('title_bn') }} @endif
@if($errors->has('designation')) {{ $errors->first('designation') }} @endif
@if($errors->has('designation_bn')) {{ $errors->first('designation_bn') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
Back
Suggested Image ratio: 60 x 60 | max-size: 500 KB @if($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') {{----}} //validate form @endsection