@if (in_array(Route::currentRouteName(), ['public.account.properties.create', 'public.account.properties.edit']))
@else {!! Form::mediaImage('video_thumbnail', $videoThumbnail) !!} @endif
{!! Form::text('video[url]', $videoUrl, [ 'id' => 'video_url', 'class' =>'form-control', 'placeholder' => '', 'data-counter' => 255]) !!}