{{ Form::hidden('business_ticket', $business_ticket->business_ticket) }}
{{ Form::label_title('Edit Links') }} @foreach($business_ticket_links as $business_ticket_link) @include('business.ticket._business_ticket_link_edit', compact('$business_ticket_link')) @endforeach
{{ Form::button_ex('Add Link', "add_link({$business_ticket->business_ticket})") }} {{ Form::button_safe_save('Save Links', "save_links(true)", 'save-links') }} {{ Form::button_ex('Cancel', "cancel_edit_links({$business_ticket->business_ticket})") }}