@extends('layouts.login') @section('content')
{{ __('Register') }}
@csrf
Primer Nombre
Segundo Nombre
Primer Apellido
Segundo Apellido
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Ya tienes Cuenta? {{ __('Login') }}
@endsection