{{-- KEEP THIS HERE TO HAVE STRUCTURED FIELDS --}} {{-- TODO : remove when devs about promoters are finished --}} {!! Form::model($promoter, ['route' => 'promoter.create.promoter_information.post', 'class' => 'margin-right', 'method' => 'post', 'files' => true]) !!}

{{ trans('promoters.create.title') }}

@if ($errors->any())
{{ trans('promoters.create.errors') }}
@endif
{{ trans('promoters.general_information') }}
{{ Form::label('type_id', trans('promoters.type'), ['class' => 'control-label']) }} @if ($errors->has('type_id')) {{ $errors->first('type_id') }} @endif
{{ trans('common.cancel') }}
{{ Form::submit(trans('common.next'), ['class' => 'btn btn-success']) }}
{{ Form::close() }}