@extends('web.layouts.container') @section('content')

{{date('F d, Y', strtotime($article->create_ar)) . ' At ' . date('h:i A', strtotime($article->create_ar))}}

{{$article->title_1}}

{{$article->title_2}}

{!! $article->description !!}

{{__('articles.recent_articles')}}
@if(count($recentArticles)) @foreach($recentArticles as $recentArticle)

{{$recentArticle->title_1}}2021

@endforeach @endif
@endsection @section('inner_js') @endsection