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

REPORTE DE autor

Crear

@if (Session::get('success'))

{{ Session::get('success') }}

@endif @foreach ($autor as $aut) @endforeach
Id Nombre del autor Apellido del autor Acciones
{{ $aut->id }} {{ $aut->nombre }} {{ $aut->apellido }}
@csrf @method('DELETE')
@endsection