@extends('layout.guest') @section('title') GGP Directory {{ $is_service ? 'Service' : 'Product'}} List @endsection @section('content')
@include('directory.partials.header', ['title' => $title, 'not_product_group' => true])

@for ($i = 1; $i <= 3; $i++) @if (isset($images[$i]))
@if ($i === 3 && count($images) > 4)
+{{ count($images) - 4 }}
@endif
@else
@endif @endfor
{{--
--}}

{{ $name }}

Listing Number
{{ $product->item_no }}
Company
{{ $company->company_name }}
{{ $is_service ? 'Service Brochure' : 'Product Brochure'}}
Download {{ $is_service ? 'Service Brochure' : 'Product Brochure'}}
{{-- PRINT PRODUCT INFO --}}
@php $alphabet = range('A', 'Z'); $alphabetIndex = 0; @endphp @php $alphabetIndex = 0; @endphp
@if($form) @foreach ($form->formSections->sortBy('order_index') as $formSection)
@include('directory.partials.form.base', ['alphabetIndex' => $alphabetIndex++])
@endforeach @endif {{--
@include('directory.partials.form.base', ['alphabetIndex' => $alphabetIndex++])
--}}
@include('directory.partials.form.contact-person')
{{--
@include('directory.partials.form.sales-channel')
--}}
@endsection @section('scripts') @endsection