@foreach ($templates as $template)
@endforeach
@php
$params = '?template_id=' . $template['id'];
$params .= '&template_name=' . $template['name'];
$params .= '&category_id=' . $main_category;
if (count($sub_category_list) > 1) {
$params .= '&sub_category_id=' . $sub_category;
}
@endphp
Auswählen
{{ $template['description'] }}