@extends('admin.layout.master') @section('title', "تحويلات الطلبات") @section('css') @stop @section('content')

تحويلات الطلبات

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

تحويلات الطلبات

{{--

--}} {{-- --}} {{-- --}} {{-- --}} {{--

--}} @foreach($rows as $row) @endforeach
# المحول طلب رقم اسم البنك الاسم فى الحوالة رقم الحوالة المبلغ الحالة تاريخ التحويل صورة التحويل التحكم
{{$i}} {{$row->user->username}} {{$row->order->code}} {{$row->bank->bank_name}} {{$row->name}} {{$row->number_transfer}} {{$row->amount}} @if($row->status == 'accept') تم الموافقة @elseif($row->status == 'refuse') تم الرفض @else فى الانتظار @endif {{\Carbon\Carbon::parse($row->date)->toDateString()}} @if($row->status == 'waiting') @elseif($row->status == 'accept') @else @endif {{-- --}} {{-- --}} {{-- --}}
@stop @section('scripts') {{-- --}} @stop