@extends('portal::layouts.customer') @section('title', $platform->name) @section('content') {{ $platform->name }} — @lang('industrialengineering::lang.portal_configure') @csrf @lang('industrialengineering::lang.name') @foreach($configurator['groups'] as $group) {{ $group->name }} @foreach($group->options as $option) {{ $option->label ?? $option->name }} @if($option->price_delta)(+{{ $option->price_delta }})@endif @endforeach @endforeach @endsection