@if (!empty($machines)) @livewire('frontend::page-title', ['article' => $article ?? [], 'breadcrumb' => $breadcrumb])
@if (!empty($machines))
@endif
@if (!empty($active['gallery']) || !empty($active['image']))
@endif

{!! $active['name'] ?? '' !!}

{!! $active['detail'] ?? '' !!}
{!! $active['text'] ?? '' !!} @if (!empty($active['option']))
@lang('frontend::text.title.user_customisable_options')
@foreach ($active['option'] as $option)
{!! $option['name'] ?? '' !!}
{!! $option['desc'] ?? '' !!}
@endforeach
@endif @if (!empty($active['file']))
@lang('frontend::text.title.files')
@endif
@endif
@push('scripts') @endpush