@extends('front.layout.master') @section('title', __('staticwords.ApplyForSeller') . ' - ' . ($title ?? config('app.name'))) @section('body') {{-- Heading --}} {{ __('staticwords.ApplyForSeller') }} {{ __('Set up your seller account in 4 quick steps.') }} {{-- Progress steps --}} 1 {{ __('staticwords.Agreement') }} 2 {{ __('staticwords.StoreInformation') }} 3 {{ __('staticwords.PaymentDetails') }} 4 {{ __('staticwords.Submit') }} @if($errors->any()) @foreach($errors->all() as $err){{ $err }}@endforeach @endif @csrf {{-- Step 1: Agreement --}} {{ isset($sellerterm) ? $sellerterm->title : __('staticwords.Agreement') }} {{ __('staticwords.SellerAgreement') }} {!! $sellerterm->description ?? '' !!} {{ __('staticwords.IAgree') }} {{ __('Next') }} {{-- Step 2: Store Information --}} {{ __('staticwords.StoreInformation') }} {{ __('staticwords.TellAboutStore') }} {{ __('staticwords.StoreName') }} * {{ __('staticwords.Email') }} * {{ __('staticwords.MobileNo') }} * {{ __('staticwords.Country') }} * {{ __('staticwords.PleaseChooseCountry') }} @foreach($country as $c) @php $cn = DB::table('allcountry')->where('iso3', $c->country)->first(); @endphp @if($cn){{ $cn->nicename }}@endif @endforeach {{ __('staticwords.State') }} * {{ __('staticwords.PleaseChooseState') }} {{ __('staticwords.City') }} * {{ __('staticwords.PleaseChooseCity') }} {{ __('staticwords.StoreAddress') }} * {{ old('address') }} {{ __('staticwords.PleaseChooseStoreLogo') }} {{ __('staticwords.Document') }} * {{ __('Allowed: jpeg, png, webp · Max 2MB') }} {{ __('Previous') }} {{ __('Next') }} {{-- Step 3: Payment Details --}} {{ __('staticwords.PaymentDetails') }} {{ __('Your preferred method at time of payout.') }} {{ __('staticwords.vat') }} * {{ __('staticwords.PreferredPaymentMethod') }} * {{ __('staticwords.PleaseChoosePreferredPaymentmethod') }} {{ __('Paypal') }} {{ __('Paytm') }} {{ __('Bank Transfer') }} {{-- PayPal block --}} PayPal Email {{-- Paytm block --}} Paytm Mobile No {{-- Bank block — outer wrapper toggles visibility, inner grid handles layout. --}} {{ __('staticwords.AccountNumber') }} {{ __('staticwords.AccountName') }} {{ __('staticwords.BankName') }} {{ __('IFSC Code') }} {{ __('staticwords.BranchAddress') }} {{ __('Previous') }} {{ __('Next') }} {{-- Step 4: Declaration --}} {{ __('staticwords.Declaration') }} {{ __('staticwords.declaretext') }} {{ __('Your application will be reviewed by our team. You will get an email once your seller account is approved.') }} {{ __('Previous') }} {{ __('staticwords.Submit') }} @endsection @section('script') @endsection
{{ __('Set up your seller account in 4 quick steps.') }}
{{ __('staticwords.SellerAgreement') }}
{{ __('staticwords.TellAboutStore') }}
{{ __('Allowed: jpeg, png, webp · Max 2MB') }}
{{ __('Your preferred method at time of payout.') }}