@extends('portal::layouts.customer') @section('title', __('industrialengineering::lang.portal_new_configuration')) @section('content')

@lang('industrialengineering::lang.portal_new_configuration')

@forelse($platforms as $platform) {{ $platform->name }} ({{ $platform->effectiveCode() }}) @empty

@lang('portal::lang.no_records')

@endforelse
@endsection