{{-- @include('admin.layout.message')--}}
رقم الحراج |
إسم الحراج |
إسم صاحب الحراج |
المدينة |
القسم |
السعر |
رقم الجوال |
الحالة |
{{$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)
{{$loop->iteration}} |
|
@endforeach
{{-- @include('admin.layout.message')--}}
# |
التعليق |
صاحب التعليق |
حذف |
@foreach($row->comments as $comment)
{{$loop->iteration}} |
{{$comment->comment}} |
{{$comment->user->username}} |
|
@endforeach
{{-- @include('admin.layout.message')--}}
# |
التعليق |
صاحب التعليق |
التبليغات |
حذف |
@foreach($comments_report as $comment_report)
{{$loop->iteration}} |
{{$comment_report->comment}} |
{{$comment_report->user->username}} |
كل البلاغات
|
|
@endforeach