@extends('frontend::layouts.master') @section('content') @livewire('frontend::page-title', ['article' => $article, 'breadcrumb' => $breadcrumb]) {!! $article['name'] ?? '' !!} {!! $article['detail'] ?? '' !!} @if (!empty($machines)) {!! $machines['name'] ?? '' !!} @if (!empty($pouch)) {!! $pouch['name'] ?? '' !!} @endif @if (!empty($peripheral)) {!! $peripheral['name'] ?? '' !!} @endif @endif @if (!empty($film)) {!! $film['name'] ?? '' !!} @endif @endsection
{!! $article['detail'] ?? '' !!}