@extends('front-end.layouts.apps') @section('title') Details @endsection @section('page_title') Details @endsection @section('main_container')
@include('front-end.poet-details.search-pages')
@php $i = 1; @endphp @foreach ($poetries as $row)

{{ $row->category->title_ps }} شماره {{ $i }}: {{ $row->title }}

@php $i++; @endphp @endforeach
@endsection