@extends('layouts.appUi') @section('title') {{ $article->title }} @endsection @section('header')
บทความ
@endsection @section('customStyle') @endsection @section('content')

{{ $article->title }}

{{ THdatetime($article->created_at) }}
{!! $article->description !!}
picture}") }}" alt="image" class="imaged img-fluid mt-3">
@endsection @section('footer') @endsection