@extends('layouts.super-admin') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@if($global->front_design == 1) @include('sections.saas.feature_page_setting_menu') @else @include('sections.front_setting_menu') @endif
@if($type !== 'icon')

{{ucwords($type)}} @lang('app.section')


@include('super-admin.feature-settings.edit-form')
@endif

@lang('modules.feature.setting')

@if($type !== 'apps') @endif @forelse($features as $feature) @if($type !== 'apps') @endif @empty @endforelse
@lang('app.title')@lang('app.description')@lang('app.language') {{ucwords($type)}} @lang('app.action')
{{ ucwords($feature->title) }}{!! $feature->description !!}{{ $feature->language ? $feature->language->language_name : 'English' }} type != 'image' && $feature->type != 'apps') style="font-size: 27px" @endif> @if($feature->type == 'image' || $feature->type == 'apps') @else @endif
@lang('messages.noRecordFound')
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush