@if ($errors->any())
@endif @include('flash-message')
@foreach ($faqs as $key => $data) @endforeach
# Question Action
{{ $key + 1 }} @if ($data->question != null) {{-- {!! \Illuminate\Support\Str::words($data->vision_text, 10,'....') !!} --}} {{ $data->question }} @endif Details Edit
{{ method_field('DELETE') }} {{ csrf_field() }}