@extends('backend.app') @section('title', 'Faq Edit') @section('content') {{-- PAGE-HEADER --}} {{-- PAGE-HEADER END --}}
@csrf {{-- Question --}}
@error('question') {{ $message }} @enderror
{{-- Answer --}}
@error('answer') {{ $message }} @enderror
{{-- Submit --}}
Cancel
@endsection