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

Update Admission Requirement

@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('title_bn')) {{ $errors->first('title_bn') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') {{-- --}} //validate form @endsection