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

{{__("Wallets")}}

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

@endsection @section("content")
@include("wallets.parts.filter")
{{--
--}} {{--
--}} {{-- {{__('Export As Excel')}}--}} {{--
--}} {{--
--}}
@foreach($transaction_wallet as $wallets) @if($wallets->in_out == 1) @elseif($wallets->in_out == -1) @endif @endforeach
#{{__("ID")}} {{__("Type Transaction")}} {{__("Movement")}} {{__("Value")}} {{__("User")}} {{__("Created at")}}
{{$wallets->id}} @if($wallets->type_wallet_id ==2 || $wallets->type_wallet_id ==5) {{$wallets->typeWallet->getNameAttribute(app()->getLocale()) . " " . $wallets->type_id}} @else {{$wallets->typeWallet->getNameAttribute(app()->getLocale())}} @endif المستخدم دفع للتطبيق
(المستخدم دفع - التطبيق قبض)
المستخدم قبض من التطبيق
(المستخدم قبض - التطبيق دفع)
{{number_format($wallets->value, 2) . " SR"}} {{$wallets->user->name}} {{date('d/m/Y h:i A', strtotime($wallets->created_at))}}
@endsection @section("scripts") @endsection