Update v1.0.6.4
This commit is contained in:
@@ -86,7 +86,6 @@ $helptopic = App\Model\helpdesk\Manage\Help_topic::get();
|
||||
}
|
||||
|
||||
?>
|
||||
<option value="{!! $default_helptopic !!}">Default</option>
|
||||
@foreach($helptopic as $topic)
|
||||
<option value="{!! $topic->id !!}">{!! $topic->topic !!}</option>
|
||||
@endforeach
|
||||
|
Reference in New Issue
Block a user