@extends('frontend.layouts.app') @section('content') {{-- {{ translate('Register your shop')}} --}} {{ translate('Home')}} "{{ translate('Register your shop')}}" {{ translate('Register Your Shop')}} @csrf @if (!Auth::check()) {{ translate('Personal Info')}} {{ translate('Your Name')}} * @if ($errors->has('name')) {{ $errors->first('name') }} @endif {{ translate('Your Email')}} * @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{ translate('Your Password')}} * @if ($errors->has('password')) {{ $errors->first('password') }} @endif {{ translate('Repeat Password')}} * @endif {{ translate('Basic Info')}} {{ translate('Shop Name')}} * @if ($errors->has('shop_name')) {{ $errors->first('shop_name') }} @endif {{ translate('Address')}} * @if ($errors->has('address')) {{ $errors->first('address') }} @endif @if(get_setting('google_recaptcha') == 1) @endif {{ translate('Register Your Shop')}} @endsection @section('script') @endsection