@extends('layouts.app') @section('title') Penulis @endsection @section('content')

Penulis

Total {{ \App\Models\Author::count() }} penulis
@foreach ($authors as $author)
@endforeach
@endsection @section('scripts') @endsection