@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') {!! Form::open(['id'=>'editSettings','class'=>'ajax-form']) !!}

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


@if($type == 'task') @elseif($type == 'bills') @elseif($type == 'image') @elseif($type == 'team') @elseif($type == 'apps') @endif
{!! Form::close() !!} @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'){{ucwords($type)}} @lang('app.action')
{{ ucwords($feature->title) }}{!! $feature->description !!}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