{{ __('Features') }} {{ __('You can manage the Custom Features of your tSMS Homepage.') }} @if($addFeature || $updateFeature)
{{ __('Back') }}
{{ __('You can select icons from Font Awesome by visiting ') }} {{ __('this link.') }}
{{ __('Example:') }} fas fa-dollar-sign
@else
@if(count($features)) @foreach($features as $feature)
{{ $feature->title }}
@endforeach @else
{{ __('It is a Empty Space!') }}
🥺
@endif
@endif
{{ __('Saved.') }} @if($addFeature || $updateFeature) @if($addFeature) @else @endif @else @endif