@extends('layouts/contentLayoutMaster') @section('title', 'المستخدمين') @section('vendor-style') @endsection @section('content') طلبات الأسترجاع @csrf # {{__('lang.client')}} {{__('lang.mobile')}} {{__('lang.account_name')}} iban {{__('lang.time')}} {{__('lang.setting')}} @if($report) @foreach ($report as $row) {{$row->id}} {{$row->user->name }} {{$row->user->phone}} {{$row->account_name}} {{$row->iban}} {{$row->created_at}} @endforeach @endif {{-- Data list view end --}} @endsection @section('vendor-script') @endsection