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

Create Session

@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('name_bn')) {{ $errors->first('name_bn') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
{{--
@if($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
--}}
Back
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') {{-- --}} //validate form @endsection