@extends('frontend::layouts.master') @section('content') {{-- Page Title --}} {{-- Article Detail --}} {!! $article['name'] ?? '' !!} {{ $article['publish_at'] }} {!! $article['detail'] ?? '' !!} @lang('frontend::text.back_to_articles') @endsection