@extends('layouts.app') @section('title', 'Registrarse - Herbal Solutions') @section('body-class', 'register-page') @section('content')

Registrarse

Crea tu cuenta en Herbal Solutions.

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection