@extends('layouts.admin') @section('title', 'Edit FAQ') @section('content')
Created: {{ $faq->created_at->format('M j, Y g:i A') }}
Updated: {{ $faq->updated_at->format('M j, Y g:i A') }}
Status: @if($faq->is_published) Published @else Draft @endif