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

@yield('title')

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