@if (Session::get('tenant_subscribtion_data')['faq']['belongs_to_subscribtion'] == true && Session::get('tenant_controle_modules')['faq'] == 1)
@else
{{ translate('Upgrade now') }}
@endif
| # | {{ translate('Faq type') }} | {{ translate('Title') }} | {{ translate('Show mobile') }} | {{ translate('Options') }} |
|---|---|---|---|---|
| {{ $key + 1 + ($data->currentPage() - 1) * $data->perPage() }} | {{ trunc($d->FaqAdminType->getTranslation('title'), 4) }} | {{ trunc($d->getTranslation('title'), 8) }} |
|
{{ $data->links() }}
{{ translate('You need to upgrade to use this feature.') }}
{{ translate('Please Upgrade to use this feature.') }}
{{ translate('Upgrade now') }}
{{ translate('Add faq') }}
{!! Form::select('type_id', $types, null, ['class' => 'form-control select2', 'placeholder' => translate('Faq type')]) !!}
@error('type_id')
{{ $message }}
@enderror
{!! Form::text('title', null, ['class' => 'form-control', 'placeholder' => translate('Title')]) !!}
@error('title')
{{ $message }}
@enderror
{!! Form::textarea('description', null, ['id' => 'editor1', 'class' => 'form-control', 'placeholder' => translate('Description')]) !!}
@error('description')
{{ $message }}
@enderror