@extends('front-end.layouts.apps') @section('title') Details @endsection @section('page_title') Details @endsection @section('main_container')
{{-- @include('front-end.poet-details.search-pages') --}} @include('front-end.poet-details.bio-pages')

د قافیه د حروفو له لحاظه

@foreach ($alphabits as $row) id) }}" class="badge badge-light">{{ $row->name }} @endforeach
@foreach ($alphabits as $alpha)

{{ $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
@endforeach
@endsection