@extends('frontend::layouts.master') @section('content') @livewire('frontend::page-title', ['article' => $article, 'breadcrumb' => $breadcrumb])

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

{!! $article['detail'] ?? '' !!}

@if (!empty($machines))
@if (!empty($pouch)) @endif @if (!empty($peripheral)) @endif
@endif @if (!empty($film)) @endif
@endsection