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

طلبات الأسترجاع

@csrf
@if($report) @foreach ($report as $row) @endforeach @endif
# {{__('lang.client')}} {{__('lang.mobile')}} {{__('lang.account_name')}} iban {{__('lang.time')}} {{__('lang.setting')}}
{{$row->id}} {{$row->user->name }} {{$row->user->phone}} {{$row->account_name}} {{$row->iban}} {{$row->created_at}}
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection