@extends('theme_ph_layout') @section('content')

{{ $article->title }}

{{ $article->updated_at }}

{{ $article->content }}
@endsection