@extends('ecommerce::public.auth.auth-layout') @section('title', 'Register - ' . ($settings->site_name ?? 'Store')) @section('content')
Back to Shop
@if($settings->getLogoUrl()) @endif

Create Account

Join us and start shopping

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
@endsection @section('styles') @endsection