@extends('front-end.layouts.apps') @section('title', 'لټون') @section('page_title', 'د شعرونو لټون') @section('main_container')
{{-- Search Header --}}

د شعرونو لټون

{{-- Search Form --}}
{{-- Results Count --}}

ټولې پایلې: {{ $poetries->total() }}

@if(request()->anyFilled(['category_id', 'poet_id', 'keyword'])) لیرې کول @endif
{{-- Results Grid --}} @if($poetries->count() > 0)
@foreach($poetries as $poetry) @endforeach
{{-- Pagination --}}
{{ $poetries->links('pagination::bootstrap-4') }}
@else
د یادو شرطونو سره هېڅ شعر ونه موندل شو.
@endif {{-- spacer --}}
{{-- Bottom Navigation --}} @endsection