{!! Form::text('custom_url', $shopCarousel->custom_url, ['class' => 'form-control']) !!}
If custom url is set it will override link to item listing page
{!! Form::file('image') !!}
@if ($shopCarousel->image)
@endif
If image is not uploaded item main image will be used
{!! Form::text('sequence_number', $shopCarousel->sequence_number, ['class' => 'form-control']) !!}
Use it for ordering carousel items