@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
@foreach($rows as $row) @endforeach
# الاسم اسم المزاد رقم المزاد التفاصيل التاريخ - الوقت تحديد الكل للحذف
{{$i}} {{$row->user->username}} {{$row->auction->title}} {{$row->auction->code}} {{$row->details}} {{\Carbon\Carbon::parse($row->created_at)->toDateString()}} - {{\Carbon\Carbon::parse($row->created_at)->format('g:i A')}}
{{$rows->links()}}
@stop