@extends('front-end.layouts.apps')
@section('title', ($centry->title_ps ?? 'پېړۍ') . ' | تفصیلات')
@section('page_title', $centry->title_ps ?? 'پېړۍ')
@section('main_container')
{{-- Back button --}}
{{-- Century title card --}}
{{ $centry->title_ps }}
{{ $centry->number ?? '' }} پېړۍ
{{-- Poets of this century --}}
@if($poets->count() > 0)
@foreach($poets as $poet)
@endforeach
@else
په دې پېړۍ کې شاعران نه دي ثبت شوي.
@endif
{{-- All centuries chips --}}
{{-- Bottom Navigation --}}
@endsection