@extends('layouts.app') @section('title', $item->item_name . ' - MyTelecom') @section('og_title', $item->item_name) @section('og_description', Str::limit(strip_tags($item->description), 160)) @section('og_image', asset($item->main_img)) @section('og_url', route('product.show', $item->id)) @section('og_type', 'product') @section('content')
@if (session('success'))
{{ session('success') }}
@endif

{{$item->item_name}}

وصف المنتج

{{ $item->description }}
@if($item->old_price)
{{ number_format($item->old_price) }} د.ع
@endif
{{ number_format($item->new_price) }} د.ع
{{-- col --}}
@if(!empty($item->img_1)) @endif @if(!empty($item->img_2)) @endif @if(!empty($item->img_3)) @endif
{{-- col --}}
{{-- container --}}

اطلب الآن ❤️

@csrf