@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')
| @lang('app.title') |
@if($type !== 'apps')
@lang('app.description') |
@endif
{{ucwords($type)}} |
@lang('app.action') |
@forelse($features as $feature)
| {{ ucwords($feature->title) }} |
@if($type !== 'apps')
{!! $feature->description !!} |
@endif
type != 'image' && $feature->type != 'apps') style="font-size: 27px" @endif>
@if($feature->type == 'image' || $feature->type == 'apps')
@else
@endif
|
|
@empty
| @lang('messages.noRecordFound') |
@endforelse