@extends('manager.layouts.app') @section('page_title') {{ !empty($page_title) && isset($page_title) ? $page_title : '' }} @endsection @push('head-scripts') @endpush @section('content')
{{-- Start: Page Content --}}

Authors

List of All Authors

@if (session('success')) @endif @if (session('error')) @endif
@forelse($authors as $index => $author) @empty @endforelse
# Name Designation Actions
{{ $authors->firstItem() + $index }} {{ $author->name }} {{ $author->designation }} Edit
@csrf @method('DELETE')
No Authors Found
{{-- Pagination --}}
{{ $authors->links() }}
{{-- Datatatble : End --}} {{-- Page Description : Start --}} @if (!empty($p_description) && isset($p_description)) @endif {{-- Page Description : End --}} {{-- Delete Confirmation Model : Start --}}
{{-- Delete Confirmation Model : End --}} {{-- End: Page Content --}}
@endsection @push('footer-scripts') @endpush