@extends('admin.layout.master') @section('title', " بيانات حراج $row->title") @section('content')

{{'بيانات حراج ' . $row->title}}

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

{{'بيانات الحراج ' . $row->title}}

رقم الحراج إسم الحراج إسم صاحب الحراج المدينة القسم السعر رقم الجوال الحالة
{{$row->code}} {{$row->title}} {{$row->user->username}} {{$row->city ? $row->city->name['ar'] : "لم يتم ادخال المدينة او تم حذفها"}} {{$row->category->name['ar']}} {{$row->price}} {{$row->mobile}} {{ ($row->status == 'active') ? "مفعل" : "غير مفعل" }}
{{-- @include('admin.layout.message')--}}
الوصف
{{$row->description}}
{{-- @include('admin.layout.message')--}}
الوصف سنة الموديل نوع المنتج نوع الحراج عدد البلاغات
{{$row->description}} {{$row->year ? $row->year : "لا يوجد"}} {{$row->car_type ? $row->car_type : " لا يوجد"}} {{$row->haraj_type ? $row->haraj_type->name['ar'] :"لا يوجد"}} {{$row->report_count}}
{{-- @include('admin.layout.message')--}}

الصور الخاصة بالحراج

@foreach($row->images as $image) @endforeach
# الصورة
{{$loop->iteration}}
{{-- @include('admin.layout.message')--}}

كل التعليقات الخاصة بالحراج

@foreach($row->comments as $comment) @endforeach
# التعليق صاحب التعليق حذف
{{$loop->iteration}} {{$comment->comment}} {{$comment->user->username}}
{{-- @include('admin.layout.message')--}}

التعليقات المبلغ عنها

@foreach($comments_report as $comment_report) @endforeach
# التعليق صاحب التعليق التبليغات حذف
{{$loop->iteration}} {{$comment_report->comment}} {{$comment_report->user->username}} كل البلاغات
@stop