'label' => 'Catégorie',
'optionsmodel' => 'App\Models\Producttype',
'allows_null' => true]);
+
+ $this->addField(['name' => 'page',
+ 'type' => 'PageInternal',
+ 'label' => 'Page']);
}
}
<div class="bg-white px-1v py-6 flex">
<a class="animated-underline partial-underline flex flex-col justify-between w-full"
- href="{{ $nav->getHrefById('product_type/'.$highlight['link']) }}">
+ href="{{ $nav->getHrefById($highlight['page']) }}">
<div class="flex items-center justify-center flex-grow">
{{-- Proportional image holder --}}
<div class="mb-4 bg-contain bg-no-repeat bg-center w-full">