@extends('layouts.app') @section('title', $article->title . ' - দ্যা জুলাই পেপার') @section('content')

{{ $article->title }}

{{ substr($article->user->name, 0, 1) }}
{{ $article->user->name }} ডেস্ক / জুলাই পেপার
আপডেট: {{ \Carbon\Carbon::parse($article->published_at)->isoFormat('LLLL') }}
@if($article->featured_image)
{{ $article->title }}
@endif
{!! $article->content !!}
@foreach($article->tags as $tag) #{{ $tag->name }} @endforeach
{{ substr($article->user->name, 0, 1) }}

{{ $article->user->name }} সম্পর্কে

{{ $article->user->name }} গত এক দশকেরও বেশি সময় ধরে জাতীয় ও আন্তর্জাতিক সংবাদ কভারেজের সাথে যুক্ত আছেন।

@endsection