@extends('backend.app') @section('title', 'Edit FAQ') @push('style') @endpush @section('content') {{-- PAGE-HEADER --}} {{-- PAGE-HEADER --}}
@csrf @method('PUT') {{-- Question --}}
@error('question') {{ $message }} @enderror
{{-- Answer --}}
@error('answer') {{ $message }} @enderror
@endsection