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

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

@csrf @if (!Auth::check())
{{ translate('Personal Info')}}
@endif
{{ translate('Basic Info')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
@if(get_setting('google_recaptcha') == 1)
@endif
@endsection @section('script') @endsection