@extends('front-end.layouts.apps') @section('title', ($poet->name ?? 'شاعر') . ' | شعرونه') @section('page_title', $poet->name ?? 'شاعر') @section('main_container')
{{-- Back button --}}
شاته
{{-- Poet header card --}}
@if($poet->image) {{ $poet->name }} @endif

{{ $poet->name }}

@if($poet->birth_year) {{ $poet->birth_year }} @if($poet->death_year) – {{ $poet->death_year }} @endif @elseif($poet->centry) {{ $poet->centry->title_ps ?? '' }} @endif

{{-- Filter section --}}
{{-- Search box --}}
{{-- Alphabet filter --}} @if(isset($alphabits) && $alphabits->count())
ټول @foreach ($alphabits as $row) {{ $row->name }} @endforeach
@endif
{{-- Poems list --}}
@php $i = 1; @endphp @forelse ($poetries as $row) @php $i++; @endphp @empty

د دې شاعر لپاره کوم شعرونه نشته

@endforelse
{{-- No results dynamic message (will be shown by JS) --}} {{-- Bottom Navigation --}}
@endsection