@extends('frontend.layouts.app') @section('content')
{{--

{{ translate('Register your shop')}}

--}}

{{ translate('Register Your Shop')}}

@csrf @if (!Auth::check())
{{ translate('Personal Info')}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endif
{{ translate('Basic Info')}}
@if ($errors->has('shop_name')) {{ $errors->first('shop_name') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if(get_setting('google_recaptcha') == 1)
@endif
@endsection @section('script') @endsection