@extends('layouts.master') @section('title', 'Faqs') @section('content')

Faqs

Add Faq

Faqs

@if(!empty($faqs)) @foreach($faqs as $faq) @endforeach @endif
Question Answer Actions
{{$faq->question}} {{$faq->answer}}
@endsection @section('javascript') @stop