{{--
=====================================================
Etebarit - by Gisoo Web Solutions
------------------------------------------------------
Gisoo.net
------------------------------------------------------
Copyright (c) 2026 Gisoo Web Solutions
=====================================================
This code is protected by copyright
=====================================================
File: index.blade.php
------------------------------------------------------
Use: The admin wallets overview: every wallet with its
owner, cash and installment-credit balances. Each row
opens that owner's transactions.
=====================================================
--}}
@extends('layouts.admin')
@section('title', __('admin.wallets.title'))
@section('breadcrumb')
{{ __('admin.wallets.subtitle') }}
| {{ __('admin.wallets.id') }} | {{ __('admin.wallets.type') }} | {{ __('admin.wallets.owner') }} | {{ __('admin.wallets.cash') }} | {{ __('admin.wallets.credit') }} | {{ __('admin.wallets.pending_settlement') }} | |
|---|---|---|---|---|---|---|
| #@fa($wallet->id) | {{ __('admin.wallets.types.'.$kind) }} | {{ $owner }} | $kind === 'central' && $primary < 0])>@toman($primary)@if ($kind === 'central')({{ __('admin.wallets.net') }})@endif | @if ($credit !== null)@toman($credit)@else —@endif | @if ($pending)@toman($pending)@else —@endif | {{ __('admin.wallets.view_tx') }} |
| {{ __('admin.wallets.empty') }} | ||||||