@extends('v1.enduser.layouts.default') @section('content')
@foreach($info['galleries'] as $gallery)
@endforeach

{{ $info['name'] }}

@foreach($info['specifications'] as $spec) @endforeach
Category {{ $info['category']['name'] }}
{{ $spec['title'] }} {!! $spec['content'] !!}
@if(count($products)>0)

Other {{ $info['category']['name'] }}

@foreach($products as $product) @include('v1.enduser.product.productListItem') @endforeach
@endif
@endsection @push('footerScript') @endPush