{{ 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' ])}}
{{ Form::label('description', Trans('item_locations.description')) }} {{ Form::textarea('description', null, [ 'class' => 'form-control', 'placeholder' => Trans('item_locations.description'), 'rows' => '5' ])}}
@if (isset($item_location->id)) @else @endif