{{ Form::label('name', Trans('item_locations.name')) }}
{{ Form::text('name', null, [
'class' => 'form-control',
'placeholder' => Trans('item_locations.name'),
'required' => 'required'
])}}
{{ Form::label('picture', Trans('item_locations.picture')) }}
{{ Form::file('picture', [
'class' => 'form-control'
])}}