@foreach ($fcrbeCat->children as $id => $childrenFilter)
@endforeach
@endforeach
is_fcrbe) style="display:none" @endif>
@foreach ($fcrbeSpecs as $fcrbeSpec)
{{$fcrbeSpec->name}}
@foreach ($fcrbeSpec->children as $id => $childrenCat)
@endforeach
@endforeach
@if($adminUserId)
{!! Form::text('linked_items', $linkedItemString, ['class' => 'form-control', 'form' => 'edit-item']) !!}
Enter a comma separated list of the item# for the items which you want to link with this
ad.
@endif
{!! Form::text('item_established', $item->established, ['class' => 'form-control', 'form' => 'edit-item']) !!}
Year established E.g. "1999"
{!! Form::text('item_opening_times', $item->opening_times, ['class' => 'form-control', 'form' => 'edit-item']) !!}
E.g. "9-5 Monday to Friday. 10-5 Saturdays."
Security
The buttons below allow you to choose whether to show or hide your address on SalvoWEB.
@include('advertisement.blocks.edit-item-contact-details')
{{--custom item location for admin--}}
@include('blocks.item-location')
{!! Form::submit('Make live, save or archive', ['class' => 'btn btn-primary btn-lg', 'form' => 'edit-item']) !!}