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

Update IEB Membership

@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('title_bn')) {{ $errors->first('title_bn') }} @endif
Back
Suggested Image ratio: 26 x 26 | 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