@extends('frontend.layouts.app') @section('metatags') @endsection @section('title', getTranslationProduct($product->id)['title']) @section('content')

{{ getTranslationProduct($product->id)['title'] }}

@if ($product->style == 2)
@foreach ($attribs as $key => $attrib) @if (($key + 1) % 2)

{{ getTranslationAttrib($attrib->id)['title'] }}

{!! getTranslationAttrib($attrib->id)['description'] !!}
@else
{{--

{!! getTranslationAttrib($attrib->id)['title'] !!}

{!! getTranslationAttrib($attrib->id)['description'] !!}
@endif @endforeach
@else

Oops

@endif

Got Any Questions? Let Us Know!

@csrf
{{-- --}}
@include('frontend/partials/subscribe') @endsection @section('scripts') @endsection