subscription

تفاصيل ({{ $data['product']->name}})

{{-- @dd($data['product'])--}}
service
{{ $data['product']->name }}

{!! $data['product']->descrption !!}

@if($data['product']->related->count() > 0)

منتجات العرض

@foreach($data['product']->related as $item)
{{ $item['name'] }}
{{ $item['name'] }}
{{ $item['price'] }} {{$data['product']->code}}
@endforeach
@endif