@extends('layouts.app') @section('content') {{-- SweetAlert2 for Validation Popups --}}
{{-- Abstract Background Image --}}
Background
{{-- Content Container --}}
{{-- Logo --}}
HASTA Logo

Create Account

Sign up to HASTA for exclusive rewards!

@csrf {{-- Name --}}
{{-- Email --}}
{{-- Phone --}}
{{-- Password Grid --}}

Already a member? Log in

{{-- VALIDATION ERROR POPUP --}} @if ($errors->any()) @endif @endsection