@extends('layouts.admin.app') @section('page-nav-title')

{{ __(' Wallets') }}

{{ __('create and view all Wallets') }}

@endsection @section('content')
@if (isset($request)) @endif @foreach ($transaction_wallet as $wallets) @if ($wallets->in_out == -1) @elseif($wallets->in_out == 1) @endif @if (isset($request)) @endif @endforeach @if (isset($request)) @endif
#{{ __('ID') }} {{ __('Type Transaction') }} {{ __('Movement') }} {{ __('Value') }}{{ __('Balanced') }}{{ __('User') }} {{ __('Created at') }}
{{ $wallets->id }} @if ($wallets->type_wallet_id == 2 || $wallets->type_wallet_id == 5 || $wallets->type_wallet_id == 8) {{ $wallets->typeWallet->name . ' ' . $wallets->type_id }} @else {{ $wallets->typeWallet->name }} @endif المستخدم قبض من التطبيق
(المستخدم قبض - التطبيق دفع)
المستخدم دفع للتطبيق
(المستخدم دفع - التطبيق قبض)
{{ number_format($wallets->value, 2) . ' IQD' }}{{ number_format($wallets->balance, 2) . ' IQD' }}{{ $wallets->user->first_name }} {{ date('d/m/Y h:i A', strtotime($wallets->created_at)) }}
{{ __('Total') }} {{ number_format($balanced, 2) . ' RS' }}
@endsection @section('scripts') @endsection