@extends('theme-views.layouts.app') @section('title', translate('vendor_Apply').' | '.$web_config['company_name'].' '.translate('ecommerce')) @push('css_or_js') @endpush @section('content') @csrf @include('theme-views.seller-views.auth.partial.header') {{translate('Create_an_Account')}} {{translate('email')}} * {{translate('phone')}} * {{translate('password')}} * {{translate('confirm_password')}} * {{translate('Proceed_to_next')}} @include('theme-views.seller-views.auth.partial.why-with-us') @include('theme-views.seller-views.auth.partial.business-process') @include('theme-views.seller-views.auth.partial.download-app') @include('theme-views.seller-views.auth.partial.faq') @include('theme-views.seller-views.auth.partial.vendor-information-form') {{translate('congratulations')}} {{translate('your_registration_is_successful').', '.translate('please-wait_for_admin_approval').'.'.translate(' you_will_get_a_mail_soon')}} @endsection @push('script') @if($web_config['recaptcha']['status'] == '1') @else @endif @endpush