@extends('home.layouts.index') @section('title') {{ $article->title }} @endsection @section('keywords') {{ $article->meta_key }} @endsection @section('style') @endsection @section('script') @endsection @section('content')

{{ $article->title }}

منتشر شده در تاریخ {{ verta($article->created_at)->format('Y-m-d') }}

بازگشت به وبلاگ

{{$article->shortDescription}}

{{$article->title}}

{!! $article->description !!}
@endsection