Manage publishing partners, their authors, catalogue titles and institutional licensing activity.
| Publisher | Registration | Authors | Books | Licences | Status | Updated | |
|---|---|---|---|---|---|---|---|
|
{{ $initials }}
|
{{ $publisher->registration_number ?? '—' }} | {{ number_format( $publisher->authors_count ?? $publisher->authors?->count() ?? 0 ) }} | {{ number_format( $publisher->books_count ?? $publisher->books?->count() ?? 0 ) }} | {{ number_format( $publisher->school_book_licenses_count ?? $publisher->schoolBookLicenses?->count() ?? 0 ) }} | {{ str($publisher->status)->title() }} | {{ $publisher->updated_at?->format('d M Y') }} |
Add a publishing partner or adjust your current filters.
@can('create', App\Models\Publisher::class) Add Publisher @endcan