@extends('layouts.app') @section('title', 'Become a Seller — Jumia Clone') @section('content')
{{-- Hero --}}
🏪

Start Selling on Jumia

Reach millions of customers across Nigeria

{{-- Benefits --}}
@foreach([ ['icon'=>'📦','title'=>'Easy Listing','sub'=>'List in minutes'], ['icon'=>'🚚','title'=>'We Deliver','sub'=>'Nationwide coverage'], ['icon'=>'💰','title'=>'Fast Payouts','sub'=>'Weekly payments'], ] as $b)
{{ $b['icon'] }}

{{ $b['title'] }}

{{ $b['sub'] }}

@endforeach

Store Information

Bank Details (for payouts)

By registering, you agree to the Seller Policy. Your account will be reviewed within 24 hours.

@endsection