{!! Form::open(['url' => action('DispatchController@store'), 'method' => 'post', 'id' => 'dispatch_add_form' ]) !!}
{!! Form::label('name', __( 'Name' ) . ':*') !!}
{!! Form::text('name', null, ['class' => 'form-control', 'required', 'placeholder' => __( 'Name' ) ]); !!}
{!! Form::label('description', __( 'brand.short_description' ) . ':') !!}
{!! Form::text('description', null, ['class' => 'form-control','placeholder' => __( 'brand.short_description' )]); !!}