@extends('layouts.app') @section('page-title') {{ __('FAQ') }} @endsection @section('breadcrumb')
| {{ __('Question') }} | {{ __('Enable') }} | @if (Gate::check('edit FAQ') || Gate::check('delete FAQ')){{ __('Action') }} | @endif
|---|---|---|
| {{ $item->question }} | @if ($item->enabled == 1) {{ __('Enable') }} @else {{ __('Disable') }} @endif | @if (Gate::check('edit FAQ') || Gate::check('delete FAQ'))@endif |