@extends('backend.layouts.app') @section('title', $title) @section('content') @foreach ($faqs as $key => $faq) @endforeach
{{ $title }}
Answer Action
@endsection @section('script') @endsection