| @extends("layouts.app")@section("content")<h1>{{$author->name}}</h1><p><div>Описание автора:</div><div>{{$author->description ?? "N/A"}}</div></p><p><a href="/author/{{ $author->id }}/edit">Редактировать</a> | <a href="/author/{{ $author->id }}/delete">Удалить</a></p>@endsection
 |