@extends('layouts.master') @section('title',__('All FAQs')) @section('breadcum')
{{__('Do you really want to delete selected item names here? This process cannot be undone.')}}
|
{{__('Faq Question')}} | {{__('Faq Answer')}} | {{__('Created At')}} | {{__('Updated At')}} | {{__('Actions')}} | @if ($faqs) @php ($no = 1) @foreach ($faqs as $faq)
---|---|---|---|---|---|
|
{!! $faq->question !!} | {!! $faq->answer !!} | {{date('F d, Y',strtotime($faq->created_at))}} | {{date('F d, Y',strtotime($faq->updated_at))}} |