@props([ 'site_key', 'extension', 'position' => 'start', ]) @php $position = match($position){ 'center' => "justify-content-center", 'start' => "justify-content-start", 'end' => "justify-content-end", }; @endphp @if ($extension->status ?? false)
@pushOnce('css') @endPushOnce @push('script') @endpush @endif