@extends('layouts.app') @section('content')

All Authors

@forelse ($authors as $auther) @empty @endforelse
S.No Author Name Edit Delete
{{ $auther->id }} {{ $auther->name }} Edit
@csrf
No Authors Found
{{ $authors->links('vendor/pagination/bootstrap-4') }}
@endsection