@extends('admin.layout.master') @section('title', "تحويلات العمولة") @section('content')

تحويلات العمولة

@csrf
@if ($errors->has('from')) {{ $errors->first('from') }} @endif
@if ($errors->has('to')) {{ $errors->first('to') }} @endif
@csrf
{{-- @include('admin.layout.message')--}}

تحويلات العمولة

@foreach($rows as $row) @endforeach
# إسم العميل إسم البنك المرفق تحديد الكل للحذف
{{$i}} {{$row->user->username}} {{$row->bank->bank_name}}
@stop