@extends("layout.app") @section("styles") @endsection @section("content") @php $bottomBadge = $item->badges()->where("position", "bottom")->where("is_active", 1)->latest()->first(); $topLeftBadge = $item->badges()->where("position", "top-left")->where("is_active", 1)->latest()->first(); $topRightBadge = $item->badges()->where("position", "top-right")->where("is_active", 1)->latest()->first(); @endphp
    @forelse($item->used_item_images as $usedItemImage)
  • @if($item->is_sale) @endif @if($topLeftBadge) @endif @if($topRightBadge) @endif image) }}" data-lightbox="gallery"> {{$item->name}}image) }}"/> @if($bottomBadge)
    background_color) style="background:{{$bottomBadge->background_color}};" @endif> font_color) style="color:{{$bottomBadge->font_color}};" @endif> {{$bottomBadge->title}}
    @endif
  • @empty
  • @if($item->is_sale) @endif @if($topLeftBadge) @endif @if($topRightBadge) @endif {{$item->name}} @if($bottomBadge)
    background_color) style="background:{{$bottomBadge->background_color}};" @endif> font_color) style="color:{{$bottomBadge->font_color}};" @endif> {{$bottomBadge->title}}
    @endif
  • @endforelse

{{$item->name}}

تم فحص الجهاز في مشغل iHouse
@if($item->is_from_ihouse)
اصل الجهاز مشترى من iHouse
@endif

{{$item->code}}

@if($item->device_status)

حالة الجهاز {{$device_status}}

الشكل الخارجي {{$case_status}}

حالة البطارية {{$battery_status}}

الشاحن {{$charger_status}}

لوحة المفاتيح {{$keyboard_status}}

فأرة/تراك باد {{$mouse_status}}
@endif

Specifications

{!!$item->specifications!!}
@if($item->conditions)

Conditions

{!!nl2br($item->conditions)!!}
@endif @if($item->includes)

Includes

{!!nl2br($item->includes)!!}
@endif
@endsection @section("scripts") @include('partial.send_notification_partial') @endsection @section("content-footer")
@include("layout.footer") @include('partial.direct_buy_modal') @endsection