@extends("layouts.admin.app") @section("page-nav-title")
{{__("create and view all Wallets")}}
#{{__("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 | @if($wallets->in_out == -1)
السائق قبض من التطبيق (السائق قبض - التطبيق دفع) |
@elseif($wallets->in_out == 1)
السائق دفع للتطبيق (السائق دفع - التطبيق قبض) |
@endif
{{$wallets->value}} | {{$wallets->user->full_name}} | {{date('d/m/Y h:i A', strtotime($wallets->created_at))}} |