@extends('backend.layouts.master') @section('title') View FAQ @endsection @section('content')
@include('backend/includes/sidebar')
@include('backend/includes/header')

View FAQ

@foreach($faqs as $faq) @endforeach

{{ $faq->label }}

{{ $faq->question }}

{{ $faq->status }}

@include('backend/includes/footer')
@endsection