@extends('layouts.adminapp') @section('content') {{-- Library Author --}}

Libary Author

Add New

Author Details

@php $si = 0; @endphp @foreach ($Authors as $Author) @endforeach
Si No Name Place Date of Birth Nationality About Description Actions
{{ ++$si }} {{ $Author->name }} {{ $Author->place }} {{ $Author->dob }} {{ $Author->nationality }} {{ $Author->about }} {{ $Author->description }}
@csrf @method('delete')
@endsection