@if($component->css_styles) @endif

{{ $component->name }} Preview

{{ ucfirst($component->type) }} @if($component->description)

{{ $component->description }}

@endif
{!! $html !!}
@if($component->variables && count($component->variables) > 0)
Customizable Variables
@foreach($component->variables as $key => $value) @endforeach
Variable Default Value
{{ '{{' . $key . '}}' }} {{ is_array($value) ? json_encode($value) : $value }}
@endif
@if($component->js_scripts) @endif