@extends('layout.master')
@section('body-class', 'page-product')
@section('title', $product['meta_title'] ?: $product['name'])
@section('keywords', $product['meta_keywords'] ?: system_setting('base.meta_keyword'))
@section('description', $product['meta_description'] ?: system_setting('base.meta_description'))
@push('header')
@endpush
@section('content')
@{{ variable.name }}
| {{ $group['attribute_group_name'] }} | |
| {{ $item['attribute'] }} | {{ $item['attribute_value'] }} |