@extends('adminlte::page') @section('title', isset($faq) ? 'Edit FAQ' : 'Add FAQ') @section('content_header')

{{ isset($faq) ? 'Edit' : 'Add' }} Service Faq

@stop @section('content')
@csrf
@stop @section('js') @stop