@extends('frontend::layouts.master') @section('content') @livewire('frontend::page-title', ['breadcrumbs' => $breadcrumb,'bgImage' => Module::asset('frontend:images/bg-title-subpage.jpg') ,'title' => $breadcrumb[0]['name'] ?? ''])

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

...
{!! $article['detail'] ?? '' !!}
@endsection