@extends('layouts.master') @section('title') @lang('translation.faqs') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('translation.faqs') @endslot @slot('title') @lang('translation.list') @endslot @endcomponent @include('partials.session')
Id | Question | Answer | Updated At | Actions |
---|---|---|---|---|
{{ $faq->id }} | {{ mb_strimwidth($faq->question, 0, 60, "...") }} | {{ mb_strimwidth($faq->answer, 0, 80, "...") }} | {{ $faq->updated_at ? \Carbon\Carbon::parse($faq->updated_at)->diffForHumans() : 'Not Updated Yet' }} |
@canany(['Edit FAQ', 'Delete FAQ'])
|