@extends('frontend.layouts.app') @section('meta_title', $edition->title . ' - ?-?????') @section('content')

{{ $edition->title }}

{{ bangla_date($edition->edition_date) }}

@if($previous) ??????????@endif @if($next)??????? @endif @if($edition->pdf_file) PDF@endif
?????? ? / {{ $edition->pages->count() }}
@if($edition->pages->count()) Page 1 @else

???? ?????? ?????? ??????

@endif
@if($edition->pages->count() > 1)
@foreach($edition->pages as $i => $pg) Page {{ $pg->page_number }} @endforeach
@endif
@endsection @section('scripts') @endsection