@extends('layouts/contentLayoutMaster') @section('title', 'المستخدمين') @section('vendor-style') @endsection @section('content')

تقرير#{{$data->id}}

@csrf
اسم المستخدم *
@if ($errors->has('name')) @endif
رقم التلفون*
@if ($errors->has('phone')) @endif
المحفظة*
@if ($errors->has('wallet')) @endif
@foreach ($report as $row) @endforeach
# {{__('lang.order_num')}} {{__('lang.action')}} {{__('lang.amount')}} {{__('lang.account_name')}} iban {{__('lang.by')}} {{__('lang.action_at')}}
{{$row->id}} {{$row->order_id}} {{$row->text}} {{$row->amount}} {{$row->account_name}} {{$row->iban}} {{$row->by}} {{$row->created_at}}
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection