@extends('layouts.admin') @section('styles') @endsection @section('content')

REGISTRAR NUEVO LIBRO

@csrf @include('admin.libros.forms.form')
@endsection @section('scripts') @endsection