@include('front-end.poet-details.search-pages')
@include('front-end.poet-details.bio-pages')
د قافیه د حروفو له لحاظه
@foreach ($alphabits as $row)
{{ $row->name }}
@endforeach
@php
$i = 1;
@endphp
@foreach ($poetries as $row)
{{ $row->category->title_ps }} شماره {{ $i }}: {{ $row->title }}
@php $i++; @endphp @endforeach