@extends('shop::layouts.master')
@section('page_title')
{{ __('shop::app.customer.signup-form.page-title') }}
@endsection
@section('content-wrapper')
{{ __('shop::app.customer.signup-text.account_exists') }} -
{{ __('shop::app.customer.signup-text.title') }}
{!! view_render_event('bagisto.shop.customers.signup.before') !!}
{!! view_render_event('bagisto.shop.customers.signup.after') !!}
@endsection
@push('scripts')
{!! Captcha::renderJS() !!}
@endpush