@extends('admin.layout.master')
@section('title', "عارض الصور والإعلانات")
@section('content')
@include('admin.layout.message')
# |
المزاد |
الرابط الخارجي |
الصوره |
التحكم |
@foreach($rows as $row)
{{$i}} |
{{$row->auction ? $row->auction->title : "لم يتم اختيار مزاد"}} |
{{$row->url}} |
|
|
@endforeach
@stop