@section('title') Product Group @endsection @section('breadcrumbs') {{ Breadcrumbs::render('application.product-group.show', $item->id) }} @endsection

{{ __('View Product Group') }}

{{ $item->parent->parent->name ?? '-' }}
{{ $item->parent->name ?? '-' }}
{{ $item->name ?? '-' }}
@if ($item->is_service == 1) {{ 'Service' }} @else {{ 'Product' }} @endif
@if ($item->is_ggp == 1) {{ 'Yes' }} @else {{ 'No' }} @endif
@section('scripts') @endsection