@extends('backend.app') @section('title', 'FAQ Details') @section('content') {{-- PAGE-HEADER --}}
Question Answer
{{ $data?->question ?? 'N/A' }} {{ $data?->answer ?? 'N/A' }}
@endsection