@extends('layouts.defaultdashboard') @section('content')
@foreach($faq as $fa) @endforeach
Id Question Answer Type Actions
{{$i}} {{$fa->question}} {{$fa->answer}} {{$fa->type->name}}
@endsection