Site Settings

{{-- Notification --}} @if($notification)
@if($notificationType === 'success') @else @endif

{{ $notification }}

@endif {{-- Bank Account Details --}}

Bank Account Details

Payment account shown to merchants during application and subscription renewal.

@error('bank_name')

{{ $message }}

@enderror
@error('account_name')

{{ $message }}

@enderror
@error('account_number')

{{ $message }}

@enderror
{{-- Subscription Plans --}}

Subscription Plans

Set pricing and duration for merchant subscription plans.

@forelse($plans as $plan)
@empty

No subscription plans yet. Add one below.

@endforelse
{{-- Add New Plan --}}

Add New Plan

{{-- Featured Listings Settings --}}

Featured Listings Settings

Configure how premium merchant listings rotate on the home page.

Maximum number of listings pulled from each premium merchant.

@error('maxPerMerchant')

{{ $message }}

@enderror

How long each slide stays visible before rotating.

@error('rotationSeconds')

{{ $message }}

@enderror

Properties

@error('propertiesPerPage')

{{ $message }}

@enderror
@error('propertiesPerRow')

{{ $message }}

@enderror

Products

@error('productsPerPage')

{{ $message }}

@enderror
@error('productsPerRow')

{{ $message }}

@enderror

Services

@error('servicesPerPage')

{{ $message }}

@enderror
@error('servicesPerRow')

{{ $message }}

@enderror