@extends('layouts.admin.layout') @section('content') @include('partials._page_header', [ 'pageTitle' => 'FAQ', 'addUrl' => url('/admin/faq/create'), 'addLabel' => 'Add FAQ', ])
@include('partials.message')
@endsection