{{--
=====================================================
Etebarit - by Gisoo Web Solutions
------------------------------------------------------
Gisoo.net
------------------------------------------------------
Copyright (c) 2026 Gisoo Web Solutions
=====================================================
This code is protected by copyright
=====================================================
File: apply.blade.php
------------------------------------------------------
Use: A regular user's "open a shop" page: the pitch and
the application form, or the under-review state once
an application is filed. Filing never changes the
user's identity verification.
=====================================================
--}}
@extends('layouts.user')
@section('title', __('front.shop_apply.title'))
@section('breadcrumb')
{{ __('front.shop_apply.pending_body') }}
{{ __('front.shop_apply.hero_body') }}
{{ __('front.shop_apply.steps.'.$step.'.body') }}
{{ __('front.shop_apply.features.'.$key.'.body') }}
{{ __('front.shop_apply.fee_body', ['percent' => $feePercent, 'cap' => $feeCap]) }}
{{ __('front.shop_apply.form_hint') }}
@if ($shop !== null && $shop->status === \App\Models\Shop::STATUS_REJECTED){{ __('front.shop_apply.rejected_note') }}