@extends('layouts.app') @section('title', trans('menu.faq_title')) @section('content') @php $user = auth()->user(); @endphp
@can('create faqs') {{trans('forms.lbl_add_new')}} @endcan {{__('title.categories')}}
@if($user->hasAnyPermission(['delete faqs'])) @endif @if($user->hasAnyPermission(['edit faqs', 'delete faqs'])) @endif
{{trans("tables.question_title")}} asdf {{trans("tables.category_title")}}{{trans("tables.action_title")}}
@stop @section('footer-script') @stop