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