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

Update Event

@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('title_bn')) {{ $errors->first('title_bn') }} @endif
@if($errors->has('date')) {{ $errors->first('date') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
Back
Suggested Image ratio: 330 x 330 | max-size: 1 MB @if($errors->has('thumbnail')) {{ $errors->first('thumbnail') }} @endif
Suggested Image ratio: 1170 x 550 | max-size: 1 MB @if($errors->has('banner')) {{ $errors->first('banner') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') {{-- --}} //validate form @endsection