{{ __('FAQs') }}
| {{ __('Title') }} | {{ __('Content') }} | {{ __('Created On') }} | {{ __('Actions') }} | ||||
|---|---|---|---|---|---|---|---|
| {{ $faq->title }} | {!! $faq->content !!} | {{ \Carbon\Carbon::parse($faq->created_at)->format('jS F Y') }} | |||||
| {{ __('Looks like there\'s a VOID!') }} | |||||||
@extends('admin.layouts.app') @section('content')
| {{ __('Title') }} | {{ __('Content') }} | {{ __('Created On') }} | {{ __('Actions') }} | ||||
|---|---|---|---|---|---|---|---|
| {{ $faq->title }} | {!! $faq->content !!} | {{ \Carbon\Carbon::parse($faq->created_at)->format('jS F Y') }} | |||||
| {{ __('Looks like there\'s a VOID!') }} | |||||||