@extends('layouts.form') @section('content')
@if ($errors->any())

Se encontro el siguiente error.

@else
Ingresar Tus Datos
@endif
@csrf
@endsection