File tree Expand file tree Collapse file tree
src/Views/tickets/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 })-> first (); ? >
66
77 @if ($cat_tags )
8- <select id =" jquery_tag_category_{{ $id } }" class =" jquery_tag_category select2-multiple" name =" category_{{ $id } } _tags[]" multiple =" multiple" style =" display : none ; width : 100% " >
9- @foreach ($cat_tags -> tags ()-> get () as $i => $tag )
10- <option value =" {{ $tag -> id } }" {{ in_array ($tag -> id , $a_tags_selected )?' selected="selected"' :' style=""' } } >{{ $tag -> name } } </option >
11- @endforeach
8+ <select id =" jquery_tag_category_{{ $id } }" class =" jquery_tag_category select2-multiple" name =" category_{{ $id } } _tags[]" multiple =" multiple" style =" display : none ; width : 100% " >
9+ @foreach ($cat_tags -> tags ()-> get () as $i => $tag )
10+ <option value =" {{ $tag -> id } }" {{ in_array ($tag -> id , $a_tags_selected )?' selected="selected"' :' style=""' } } >{{ $tag -> name } } </option >
11+ @endforeach
12+ </select >
1213 @endif
13-
14- </select >
1514@endforeach
You can’t perform that action at this time.
0 commit comments