@extends('layouts.app') @section('title', 'New CPQ') @section('content') @include('industrialengineering::layouts.nav')

Select Product Platform

    @foreach($platforms as $id => $name)
  • {{ $name }}
  • @endforeach
@endsection