@can('question.delete') @endcan @can('question.create') {{ __('Add Question Answer') }} @endcan
@foreach($questions as $que) @endforeach
# {{ __('Question') }} {{ __('Status') }} {{ __('Action') }}
{{ $i }} {{strip_tags(str_limit($que->question, $limit = 10, $end = '..'))}}