@php $component = isset($component) ? $component : null; $rand = uniqid(); @endphp
@csrf @include('cms::hidden_fields')
@if ($component && $component->image)
{{ __('Image') }}
@endif
@include('cms::edit.sub.appearance', [ 'fields' => ['margin', 'rounded', 'width', 'full_link', 'height'], ]) @include('cms::pieces.submit-btn')