@extends('layouts.app') @section('title', 'View FAQ') @section('content') FAQ Details Dashboard FAQ Details FAQ Information Created At: {{ $faq->created_at->format('d-m-Y H:i') }} Questions and Answers # Question Answer 1 {{ $faq->question }} {{ $faq->answer }} Back @endsection
{{ $faq->created_at->format('d-m-Y H:i') }}