@extends('layouts.app') @section('title', 'Update Service FAQ') @section('app') @livewire('faq.update', ['uuid' => $uuid]) @endsection