@extends('admin/institute-management/institute-profile/index') @section('main-content-tab')
@csrf
Update Gallery
Title (EN)
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
Title (BN)
@if($errors->has('title_bn'))
{{ $errors->first('title_bn') }}
@endif
File Type
Select File Type
file_type == 1 ? 'selected' : ''}}>Image
file_type == 0 ? 'selected' : ''}}>Video
@if($errors->has('file_type'))
{{ $errors->first('file_type') }}
@endif
Status
status == 0 ? '' : 'checked'}} />
Is Featured
is_featured == 0 ? '' : 'checked'}} />
Back
Update
Image
Suggested Image ratio: 870 x 490 | max-size: 500 KB
@if($errors->has('image_path'))
{{ $errors->first('image_path') }}
@endif
Video Link
{{--
--}}
@if($errors->has('video_path'))
{{ $errors->first('video_path') }}
@endif
Video Thumbnail
@if($errors->has('thumbnail'))
{{ $errors->first('thumbnail') }}
@endif
@endsection @section('extra-extra-css')
@endsection @section('extra-extra-script') //validate form @endsection