@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
@if (!empty($product['image']))
@foreach ($product['image'] as $item)
Alternate Text
@endforeach
@if (count($product['image']) > 1) @foreach ($product['image'] as $item)
Alternate Text
@endforeach @endif
@endif

{{ !empty($product['name']) ? $product['name'] : '' }}

{{ !empty($product['size']) ? 'Size(s) : ' . $product['size'] : '' }}

{!! !empty($product['desc']) ? $product['desc'] : '' !!}

{!! !empty($product['description']) ? $product['description'] : '' !!}
{!! !empty($product['benefit']) ? $product['benefit'] : '' !!}
@endsection @section('script') @endsection