@extends('layout.admin_layout') @section('title', 'admin-dashboard') @section('body') @section('header', 'Edit FAQ') @section('badge') @endsection

FAQ edit

{{ csrf_field() }}
@error('question') {{ $message }} @enderror
{{--
@error('title') {{ $message }} @enderror
--}}
@error('answer') {{ $message }} @enderror
@endsection @push('scripts') @endpush