@extends('front-end.layouts.apps') @section('title', 'کټګورۍ') @section('page_title', 'کټګورۍ') @section('main_container')
{{-- Page Header --}}

ټولې کټګورۍ

{{-- Search Filter --}}
@if(request()->has('keyword') && $keyword) ټول وښایئ @endif
{{-- Regular Poetry Categories --}}

د شعرونو کټګورۍ

@if($categories->count() > 0)
@foreach($categories as $cat) @endforeach
{{ $categories->appends(['keyword' => $keyword])->links('pagination::bootstrap-4') }} @else

د شعرونو کټګوري ونه موندل شوه.

@endif {{-- Folk Literature Categories --}}

د ولسی ادب کټګورۍ

@if($publicCategories->count() > 0)
@foreach($publicCategories as $pub) @endforeach
{{ $publicCategories->appends(['keyword' => $keyword])->links('pagination::bootstrap-4') }} @else

د ولسی ادب کټګوري ونه موندل شوه.

@endif {{-- spacer for bottom nav --}}
{{-- Bottom Navigation (same as index) --}} @endsection