@extends('frontend.template-1.partials.master') @section('content') @include('frontend.template-1.breadcrumb.breadcrumb')
image image

{{ translate('Become a Merchant') }}

{{ translate('Do you already have an account?') }} {{ translate('Log in here') }}

@csrf
@error('first_name') {{ $message }} @enderror
@error('last_name') {{ $message }} @enderror
@error('username') {{ $message }} @enderror
@error('shop_name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

@if (get_setting('google_recapcha_check') == 1)
@if (Session::has('g-recaptcha-response'))

{{ Session::get('g-recaptcha-response') }}

@endif @endif

{{ translate('By clicking the "signup" button, you create a Customer account, and you agree to Customers') }} {{ translate('Terms & Conditions') }} & {{ translate('Privacy Policy') }}.

@endsection