@extends('admin.layout') @section('content')

{{ __('Video') }}

{{ __('Video Info') }}

@csrf
is_video_hero == '1' ? 'checked' : '' }} data-size="large" name="is_video_hero" data-bootstrap-switch data-off-color="danger" data-on-color="primary" data-on-text="Active" data-label-text="" data-off-text="Deactivate"> @if ($errors->has('is_video_hero'))

{{ $errors->first('is_video_hero') }}

@endif
@if ($errors->has('hero_section_video_link'))

{{ $errors->first('hero_section_video_link') }}

@endif
@endsection