rtl_available == 1) dir="rtl" @endif>
{{ __('Apply For Seller') }} - {{ $title}}
{{ __('Apply For Seller') }}
@csrf
{{ __('Agreement') }}
{{ __('StoreInformation') }}
{{ __('PaymentDetails') }}
{{ __('Submit') }}
{{ isset($sellerterm) ? $sellerterm->title : __('Agreement') }}
{{ __('Seller Agreement') }}
{!! $sellerterm->description !!}
{{ __('I Agree') }}
{{ __('Store Information') }}
{{ __('Tell About Store') }}
{{ __('Store Name') }}:
*
@error('name')
{{ $message }}
@enderror
{{ __('Email') }}:
*
@error('email')
{{ $message }}
@enderror
{{ __('Mobile No') }}
*
@error('mobile')
{{ $message }}
@enderror
{{ __('Country') }}:
*
{{ __('Please Choose Country') }}
@foreach($country as $c)