@extends('frontend::layouts.master') @section('title', $article['name'] . ' | บทความ | ศูนย์ความรู้ อ.อ๊อบ') @section('content')
@lang('frontend::lang.back_to_news')
{{-- Hero --}}
@if(!empty($article['image'])) {{ $article['name'] ?? ''}} @endif
{{ $article['publish_at'] ?? ''}}

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

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