@extends('layouts.auth') @section('title', 'Register') @section('content')

Create Account

Get started with WA Gateway

@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf

Already have an account? Sign In

@endsection