@extends('layouts.master') @section('content')

FAQ's List

@if ($faqs) @foreach ($faqs as $index => $list) @endforeach @endif
ID Question Answer Action
{{ ++$index }} {{ $list->question }} {{ $list->answer }}
@endsection