@extends('layouts.admin') @section('content') @include('admin.partials.index_page.heading', ['title' => 'All Authors']) @include('admin.partials.index_page.create_button', ['route_path' => 'author', 'title' => 'Create Author']) @include('admin.partials.index_page.search', ['route_path' => 'author']) @include('admin.partials.index_page.table_container', ['collection' => $authors, 'table_header' => ['Name', ''], 'folder_path' => 'articles.authors', 'route_path' => 'author']) @endsection