@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 --}}

ټولې پېړۍ

@foreach($centries as $cent) {{ $cent->number }} @endforeach
{{-- Bottom Navigation --}}
@endsection