{{-- @include('front-end.poet-details.search-pages') --}}
@include('front-end.poet-details.bio-pages')
@foreach ($alphabits as $alpha)
@endforeach
د قافیه د حروفو له لحاظه
@foreach ($alphabits as $row)
id) }}" class="badge badge-light">{{ $row->name }}
@endforeach
{{ $alpha->name }}
@php
$i = 1;
@endphp
@foreach (App\Models\Poetries::where('alphabit',$alpha->name)->where('poet_id',$poet->id)->get() as $row)
{{ $row->category_id }} شماره {{ $i }}: {{ $row->title }}
@php $i++; @endphp @endforeach