@extends('admin/institute-management/institute-profile/index') @section('main-content-tab')
@csrf

Create Ranking

@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('title_bn')) {{ $errors->first('title_bn') }} @endif
@if($errors->has('position_title')) {{ $errors->first('position_title') }} @endif
@if($errors->has('position_title_bn')) {{ $errors->first('position_title_bn') }} @endif
@if($errors->has('original_position')) {{ $errors->first('original_position') }} @endif
/
@if($errors->has('out_of_position')) {{ $errors->first('out_of_position') }} @endif
@if($errors->has('original_position_bn')) {{ $errors->first('original_position_bn') }} @endif
/
@if($errors->has('out_of_position_bn')) {{ $errors->first('out_of_position_bn') }} @endif
Back
Suggested Image ratio: 80 x 80 | max-size: 500 KB @if($errors->has('icon')) {{ $errors->first('icon') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') //validate form @endsection