{{--
=====================================================
Etebarit - by Gisoo Web Solutions
------------------------------------------------------
Gisoo.net
------------------------------------------------------
Copyright (c) 2026 Gisoo Web Solutions
=====================================================
This code is protected by copyright
=====================================================
File: wallet.blade.php
------------------------------------------------------
Use: The shop wallet: sales earnings net of the merchant
fee, the settlement flow to the merchant's own bank
account, and the shop-wallet ledger. The switcher at
the top keeps it distinct from the personal wallet.
=====================================================
--}}
@extends('layouts.merchant')
@section('title', __('front.shop.wallet.title'))
@php use App\Support\Format; @endphp
@section('breadcrumb')
{{ __('front.shop.wallet.subtitle') }}
{{ __('front.shop.wallet.explainer') }}
{{ __('front.shop.settlement.below_minimum', ['min' => Format::persianDigits(Format::tomanFa($settlementMinimum))]) }}
@else{{ __('front.shop.wallet.settle_hint') }}
@endif| {{ __('front.shop.settlement.code') }} | {{ __('front.shop.settlement.amount') }} | {{ __('front.shop.settlement.destination') }} | {{ __('front.shop.settlement.status') }} | {{ __('front.shop.settlement.date') }} |
|---|---|---|---|---|
| {{ $settlement->code }} | @toman($settlement->amount) {{ __('front.shop.toman') }} | {{ $settlement->bankAccount?->maskedCard() ?? '—' }} | status] ?? 'bg-[#f1f0f5] text-ink-muted'])>{{ __('front.shop.settlement.statuses.'.$settlement->status) }} | @jalaliDateTime($settlement->created_at) |
{{ __('front.shop.wallet.ledger_hint') }}
{{ __('front.shop.wallet.ledger_empty') }}
@endforelse{{ __('front.shop.settlement.available_balance', ['amount' => Format::persianDigits(Format::tomanFa($walletBalance))]) }}