@extends('Admin.layouts.app') @section('title', 'Edit FAQ') @section('content')
Edit FAQ
@csrf @method('PUT')
@endsection