@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. 1
    {{ __('staticwords.Agreement') }}
  2. 2
    {{ __('staticwords.StoreInformation') }}
  3. 3
    {{ __('staticwords.PaymentDetails') }}
  4. 4
    {{ __('staticwords.Submit') }}
@if($errors->any())
@endif
@csrf {{-- Step 1: Agreement --}}

{{ isset($sellerterm) ? $sellerterm->title : __('staticwords.Agreement') }}

{{ __('staticwords.SellerAgreement') }}

{!! $sellerterm->description ?? '' !!}
{{-- Step 2: Store Information --}} {{-- Step 3: Payment Details --}} {{-- Step 4: Declaration --}}
@endsection @section('script') @endsection