@extends('layouts.form') @section('title', 'Regístrate') @section('content')
@if ($errors->any())

Se encontro el siguiente error

@else
Ingresa tus datos
@endif
@csrf
@endsection