@extends('admin.layouts.master') @section('title') {{ translate('FAQ') }} @endsection @section('content')
# | {{ translate('Title') }} | {{ translate('Category') }} | {{ translate('Description') }} | {{ translate('Option') }} |
---|---|---|---|---|
{{$a}} | {{$faq->title}} | {{$faq->category->name}} | @if(!empty($faq->description)) {{ Str::limit($faq->description, 40) }} @else - @endif | @if($permissionForFAQs !== null && $permissionForFAQs->can_edit == '1') @endif @if($permissionForFAQs !== null && $permissionForFAQs->can_delete == '1') @endif |
{!! sprintf(translate('Showing %d of %d Results'), $faqs->count(), $faqs->total()) !!}
{{--Showing {{ $faqs->count() }} of {{ $faqs->total() }} Results
--}}