@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
{{-- --}} @foreach($transaction_wallet as $wallets) {{-- --}} @if($wallets->in_out == -1) @elseif($wallets->in_out == 1) @endif @endforeach
#{{__("ID")}}{{__("Serial Number")}} {{__("Type Transaction")}} {{__("Movement")}} {{__("Value")}} {{__("User")}} {{__("Created at")}}
{{$wallets->id}} {{$serial_number++}} @if($wallets->type_wallet_id ==2 || $wallets->type_wallet_id ==5) {{$wallets->typeWallet->name . " " . $wallets->type_id}} @else {{$wallets->typeWallet->name}} @endif السائق قبض من التطبيق
(السائق قبض - التطبيق دفع)
السائق دفع للتطبيق
(السائق دفع - التطبيق قبض)
{{$wallets->value}} {{$wallets->user->full_name}} {{date('d/m/Y h:i A', strtotime($wallets->created_at))}}
@endsection @section("scripts") @endsection