@extends('dash.layouts.app') @section('title') Create Services @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content') Update Service FAQ ( {{$service->title}} ) @csrf @method('patch') Title Answer {{$faq->answer}} Save Back @endsection @section('js') @endsection