{!! Form::label('id', 'Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $field->id !!}

{!! Form::label('name', 'Name:', ['class' => 'col-3 control-label text-right']) !!}

{!! $field->name !!}

{!! Form::label('description', 'Description:', ['class' => 'col-3 control-label text-right']) !!}

{!! $field->description !!}

{!! Form::label('image', 'Image:', ['class' => 'col-3 control-label text-right']) !!}

{!! $field->image !!}

{!! Form::label('markets', 'Markets:', ['class' => 'col-3 control-label text-right']) !!}

{!! $field->markets !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $field->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $field->updated_at !!}