@extends('admin.layout.master') @section('title', "طلبات سحب الرصيد") @section('content')

طلبات سحب الرصيد

{{-- @include('admin.layout.message')--}}

طلبات سحب الرصيد

@foreach($rows as $row) @endforeach
# إسم المرسل إسم البنك المحول لة رقم الحساب رقم الايبان قيمة المبلغ الحالة التحكم
{{$i}} {!!$row->user->name !!} {!!$row->bank_name !!} {!!$row->account_number !!} {!!$row->iban_number !!} {!!$row->amount !!} @if($row->status == 'new') جديد @elseif($row->status == 'approved') تم الموافقة عليه @elseif($row->status == 'refused') تم الرفض @endif @if($row->status == 'new') @endif
@stop