@extends('admin/institute-management/institute-profile/index') @section('main-content-tab')
@csrf
About Information
Banner
Suggested image ratio: 1230 x 400 | max-size: 2 MB
@if($errors->has('video_thumbnail'))
{{ $errors->first('video_thumbnail') }}
@endif
{{--
Banner
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
Suggested image ratio: 1230 x 400 | max-size: 2 MB
--}}
Video Link
@if($errors->has('video_link'))
{{ $errors->first('video_link') }}
@endif
Video
max-size: 100 MB
@if($errors->has('video'))
{{ $errors->first('video') }}
@endif
@if($institute_about && $institute_about->video)
Video Preview
@endif
Description (EN)
{{$institute_about['description'] ?? ''}}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
Description (BN)
{{$institute_about['description_bn'] ?? ''}}
@if($errors->has('description_bn'))
{{ $errors->first('description_bn') }}
@endif
Update
@endsection @section('extra-extra-css')
@endsection @section('extra-extra-script') {{-- --}} {{-- //validate form --}} @endsection