@extends('backend.layouts.app') @section('title') Edit Faq @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @method('PUT') @include('backend.faq.partials.form')
@endsection