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