@extends('layouts.frontend') @section('content')
{{ trans('cruds.faqCategory.fields.id') }} | {{ trans('cruds.faqCategory.fields.category') }} | |
---|---|---|
{{ $faqCategory->id ?? '' }} | {{ $faqCategory->category ?? '' }} | @can('faq_category_show') {{ trans('global.view') }} @endcan @can('faq_category_edit') {{ trans('global.edit') }} @endcan @can('faq_category_delete') @endcan |