{!! Form::open(['route' => 'backend.route-import.map-tc', 'method' =>'POST', 'class' => 'b-mapForm js-ajax-form', 'data-callback' => 'deleteAliasRow']) !!} @include('backend.inc.infopanel')
Target:
{{ $alias }}
{!! Form::label('tc_id', 'Map to RLS Travel Class') !!} {!! Form::select('tc_id', [''=>'']+$tc, '', ['class' => 'b-field__select js-select form-control']) !!}
{!! Form::close() !!}