@extends('layouts.app') @section('title', 'View FAQ') @section('content')

FAQ Details

FAQ Information

{{ $faq->created_at->format('d-m-Y H:i') }}

Questions and Answers

# Question Answer
1 {{ $faq->question }} {{ $faq->answer }}
@endsection