@extends('web.layouts.layout') @section('content')
{{ $article->currentDescription->title ??
{{ $article->custom_date2['day'] ?? "" }} {{ $article->custom_date2['month'] ?? "" }}

{{ $article->currentDescription->title ?? "" }}

{!! $article->currentDescription->description ?? "" !!}
@endsection