@extends('admin.layout.master') @section('title', "المزادات") @section('content')

المزادات

@include('admin.layout.message')

المزادات

{{--

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

--}} @foreach($rows as $row) @endforeach
# رقم المزاد عنوان المزاد صاحب المزاد نوع المزاد التحكم
{{$i}} {{$row->id}} {{$row->title}} {{$row->user->name}} @if($row->type == 'limit') مزاد بوقت @elseif($row->type == 'open') مزاد مفتوح @else طلبات @endif
@stop