@extends('layouts.app') @section('content')
Registrar nueva url
@csrf
@error('to_url')
Direccion web ya registrada
@enderror Ingrese una url por exemplo http://www.google.com
@endsection