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

{{__(" Wallets")}}

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

@endsection @section("content")
@include("admin.wallets.parts.filter")
@if(isPermissionsAllowed("create-wallet")) @endif
@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->typeWallet->name . " " . $wallets->type_id}} @else {{$wallets->typeWallet->name}} @endif الفني قبض من التطبيق
(الفني قبض - التطبيق دفع)
الفني دفع للتطبيق
(الفني دفع - التطبيق قبض)
{{number_format($wallets->value, 2) . " IQ"}}{{number_format($wallets->balance, 2) . " IQ"}}{{$wallets->user->full_name}} {{date('d/m/Y h:i A', strtotime($wallets->created_at))}}
{{__("Total")}} {{number_format($balanced, 2) . " IQ"}}
@endsection @section("scripts") @endsection