@include('frontend.layout.head') @include('frontend.layout.header') @include('frontend.layout.search')
@if (session()->has('com-created'))

{{ session()->get('com-created') }}

@endif @if (session()->has('offer-created'))

{{ session()->get('offer-created') }}

@endif

{{ $product->title }}

{{ $product->title }}
    @foreach ($product->images->slice(0,3) as $image)
  • {{ $product->title }}
  • @endforeach
@if ($product->brand_id > 0)
  • النوع:{{ $product->brand->ar }}
  • الفئة:{{ $product->type->ar }}
  • سنة الصنع:{{ $product->car_Year }}
  • الحالة: @if ($product->condition == 'new')جديدة @elseif ($product->condition == 'used')مستعملة @endif
  • نوع ناقل الحركة: @if ($product->tramsmission == 'regular')عادي @elseif ($product->tramsmission == 'automatic')اوتوماتيك @endif
  • اللون:{{ $product->color->ar }}
@endif @if ($product->rooms > 0)
  • المساحة:{{ $product->surface }}
  • عدد الغرف: @if ($product->rooms == 6) اكثر من 6 @else {{ $product->rooms }} @endif
  • عدد الحمامات: @if ($product->bathrooms == 6) اكثر من 6 @else {{ $product->bathrooms }} @endif
@endif
تاريخ النشر: {{ $product->created_at->toDateString() }}
رقم الاعلان: {{ $product->id }}
{{$product->price}} ريال

{{ $product->user->name }}

{{ $product->user->created_at->toDateString() }}

    @if (isset(Auth::user()->id) && Auth::user()->id!== $product->user->id)
  • اتصل
  • دردشة
  • {{ $product->user->name }}
    @if (isset(Auth::user()->id)) @foreach ($chat_msgs as $chat_msg) @if ($chat_msg->from == Auth::user()->id)
    {{ $chat_msg->msg }}
    @else
    {{ $chat_msg->msg }}
    @endif @endforeach @endif
    ×
    +
    @elseif (isset(Auth::user()->id) && Auth::user()->id == $product->user->id)
  • تمييز الاعلان
  • اعادة نشر الاعلان
  • @else
  • ارسل رسالة
  • @endif

{{ $product->user->phone }}

  • {{ $product->city }}

  • @if (isset($product->star->status) && $product->star->status == 1)
  • اعلان مميز

  • @endif
تفاصيل المنتج

{{ $product->description }}

العروض

قدم عرضك

@auth @include('common.messages')
{{ csrf_field() }}
@else قم بتسجيل الدخول أولا حتى تتمكن من تقديم عرض @endauth
التعليقات
    @foreach ($comments as $comment)
  • {{ $comment->user->name }} في {{ $comment->created_at->toDateString() }}

    {{ $comment->text }}

  • @endforeach

اكتب تعليقك

@auth @include('common.messages')
{{ csrf_field() }}
@else قم بتسجيل الدخول أولا حتى تتمكن من التعليق @endauth
@include('frontend.layout.footer')