@extends('front-end.layouts.apps') @section('title', 'کور پاڼه') @section('page_title', 'لوی لار') @section('main_container')
سوما
پښتو تاریخي او ادبي شاعرۍ

سوما

یو ساده، سپک او ښکلی ادبي کور چې پکې شاعران، پیړۍ، کټګورۍ او شعرونه په اسانه موندل کېږي.

لټون

{{ ($poets ?? collect())->count() }}شاعران
{{ ($centries ?? collect())->count() }}پیړۍ
{{ ($categories ?? collect())->count() }}کټګورۍ

مخکښ شاعران

@foreach ($topPoets ?? $poets->take(8) as $row) @endforeach

د پیړۍ له مخې

@foreach ($centries as $row) {{ $row->number }} @endforeach
@foreach ($centries as $centry)

{{ $centry->title_ps }}

ټوله پیړۍ
@foreach ($centry->poets->take(12) as $poet) @endforeach
@endforeach

د پښتو ولسي ادب

@foreach ($walasi_adab as $row) @endforeach
@endsection