@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')

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

Alternate Text
@if (!empty($product['category']['parent']))
@foreach ($product['category']['parent'] as $item)
{{-- {{ $item['name'] }} --}} {{ !empty($item['name']) ? $item['name'] : '' }}
@if (!empty($item['list'])) @endif
@endforeach
@endif
{{ __('frontend.continnue_shopping') }}
@if (!empty($product['data']['products']))
@foreach ($product['data']['products'] as $item)
Alternate Text

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

@endforeach
@else

{{ __('frontend.not_product') }}

@endif @if ($product['data']['page_total'] > 1)
@endif
@endsection @section('script') @endsection