{{ __('What we offer') }}

@foreach ($vendorTypes as $vendorType) @php $link = route('glover-website.vendor.type', ['slug' => $vendorType->slug, 'id' => $vendorType->id]); @endphp

{{ $vendorType->name }}

{{ $vendorType->description }}

@endforeach