{!! Form::text('item_alt_contact', old('item_alt_contact')?:$item->alt_contact, ['class' => 'form-control', 'form' => 'edit-item']) !!}
Please place the theft alert police contact details in this field, but
please do not use full names, only initials or badge ID numbers, and then the town where the
police station is located and a telephone number.
{!! Form::text('item_alt_email', $item->alt_email, ['class' => 'form-control', 'form' => 'edit-item']) !!}
This field over-rides the main email address. Put 'No Emails' in this
field to prevent email enquiries to this item.
{!! Form::text('item_stolen_from', $item->stolen_from, ['class' => 'form-control', 'form' => 'edit-item']) !!}
Format: 'nearest town, county and country'. For example, 'Bournemouth,
Dorset UK'
{!! Form::text('item_stolen_date', $item->stolen_date, ['class' => 'form-control', 'form' => 'edit-item']) !!}
Format: 'day month year'. For example '31 July 2010'. If the date is
unknown please use the date that the item was last positively seen.