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

Create Gallery

@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('title_bn')) {{ $errors->first('title_bn') }} @endif
@if($errors->has('file_type')) {{ $errors->first('file_type') }} @endif
Back
Suggested Image ratio: 870 x 490 | max-size: 500 KB @if($errors->has('image_path')) {{ $errors->first('image_path') }} @endif
{{-- --}} @if($errors->has('video_path')) {{ $errors->first('video_path') }} @endif @if($errors->has('thumbnail')) {{ $errors->first('thumbnail') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') //validate form @endsection