@extends('admin/institute-management/institute-profile/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: 480 x 480 | max-size: 1 MB @if($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection @section('extra-extra-css') \ @endsection @section('extra-extra-script') {{-- --}} //validate form @endsection