@extends('master.front') @section('title') {{__('Compare')}} @endsection @section('meta') @endsection @section('content')
{{__('Summary')}} | @foreach ($items as $keys => $item){{$item->name}} | @endforeach|
---|---|---|
{{$items[0]->name}}{{__('Brand')}} : {{$items[0]->brand->name}} , {{__('Price')}} : {{PriceHelper::grandCurrencyPrice($items[0])}} {{$items[1]->name}}{{__('Brand')}} : {{$items[1]->brand->name}} , {{__('Price')}} : {{PriceHelper::grandCurrencyPrice($items[1])}} |
@foreach ($items as $item)
@endforeach | |
{{$name}} | @if($items[0]->specification_name) @if(in_array($name,json_decode($items[0]->specification_name,true))) @if (isset($sdesc[0][$key])) {{$sdesc[0][$key]}} @endif @endif @endif | @if($items[1]->specification_name) @if(in_array($name,json_decode($items[1]->specification_name,true))) @if (isset($sdesc[1][$key])) {{$sdesc[1][$key]}} @endif @endif @endif |
{{$items[0]->name}}{{__('Brand')}} : {{$items[0]->brand->name}} , {{__('Price')}} : {{PriceHelper::grandCurrencyPrice($items[0])}} @foreach ($items as $item) | @endforeach | |
{{$name}} | @if(in_array($name,json_decode($items[0]->specification_name,true))) @if (isset($sdesc[0][$key])) {{$sdesc[0][$key]}} @endif @endif | |
@foreach ($items as $item) @if ($item->item_type != 'affiliate') | {{__('Add to Cart')}} | @endif @endforeach|
{{__('Product not found')}} |