@extends('admin.base') @section('title', 'Feedback') @section('account_content')
{{ csrf_field() }}
{{ __('Answer Topics') }}
+
@foreach($questions as $key => $value) @endforeach
{{__('Question')}} {{__('Answer')}} {{__('Action')}}
{{$value->question}} {{$value->answerOptions}} {{__('Delete')}}
@endsection @section('breadcrumbs') Backend ManagementFAQ @endsection