@extends('layouts.master') @section('title', 'আর্কাইভ - ' . config('app.name')) @section('content')

আর্কাইভ

মাস অনুযায়ী
@forelse($posts as $post)
@if($post->thumbnail) {{ $post->title }} @endif
{{ $post->title }}

{{\Carbon\Carbon::parse($post->published_at)->locale('bn_BD')->isoFormat('j MMMM Y') }}

@empty

কোনো পোস্ট পাওয়া যায়নি।

@endforelse
{{ $posts->links() }}
@endsection