| Priority | Question | Answer | Live | Created at | Action | |
|---|---|---|---|---|---|---|
| {{ $faq->priority }} | {{ substr($faq->question, 0, 100) }} | {{ substr($faq->answer, 0, 100) }} | {!! $live_text[$faq->live] !!} | {{ date('Y-m-d', strtotime($faq->created_at)) }} | Edit | |
@extends('layouts.'.env('THEME')) @section('content')
| Priority | Question | Answer | Live | Created at | Action | |
|---|---|---|---|---|---|---|
| {{ $faq->priority }} | {{ substr($faq->question, 0, 100) }} | {{ substr($faq->answer, 0, 100) }} | {!! $live_text[$faq->live] !!} | {{ date('Y-m-d', strtotime($faq->created_at)) }} | Edit | |