@extends('admin/course-management/course-details/index') @section('main-content-tab')
@csrf

Edit 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')) {{ $errors->first('image') }} @endif
@if($errors->has('video_url')) {{ $errors->first('video_url') }} @endif
Suggested Image ratio: 870 x 490 | max-size: 500 KB @if($errors->has('video_thumbnail')) {{ $errors->first('video_thumbnail') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') {{----}} //validate form @endsection