@extends('layouts.templade') @section('title', 'Agregar Enlace') @section('contenido')

Agregar nuevo enlace

@csrf
@error('nombre')
{{ $message }}
@enderror
@error('url')
{{ $message }}
@enderror
Volver
@endsection