@extends('back-end.master.app') @section('title', 'Poets Report') @section('body')

Poets Report

Back to List
Total Poets {{ $totalPoets }}
Poets with Poetries {{ $poetsWithPoetries }}
Poets without Poetries {{ $poetsWithoutPoetries }}
Poets by Century
@foreach($byCentury as $item) @endforeach
Century Number of Poets
{{ $item->centry->title_ps ?? 'Unknown' }} {{ $item->total }}
Top 10 Poets by Poetry Count
@foreach($topPoets as $poet) @endforeach
Poet Number of Poetries
{{ $poet->name }} {{ $poet->poetries_count }}
@endsection @section('pageJs') @endsection