@extends('layouts.admin') @section('content') @can('faq_category_create')
@endcan{{ 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 |