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

Add Testimonial Video

@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('title_bn')) {{ $errors->first('title_bn') }} @endif
@if($errors->has('department_id')) {{ $errors->first('department_id') }} @endif
@if($errors->has('link')) {{ $errors->first('link') }} @endif
Back
Suggested Image ratio: 400 x 400 | max-size: 500 KB @if($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') //validate form @endsection