@extends('layouts.admin') @section('title','FAQs') @section('css') @endsection @section('breadcrumb', 'FAQs') @section('content')
All FAQs
@foreach($faqs as $faq) @endforeach
Question (EN) Question (FR) Answer (EN) Answer (FR) Action
{{$faq->question}} {{$faq->fr_question}} {{$faq->answer}} {{$faq->fr_answer}}
@endsection @section('js') @endsection