@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
@if ($themeInfo->theme_version == 3) | {{ __('Icon') }} | @endif{{ __('Title') }} | {{ __('Serial Number') }} | {{ __('Actions') }} |
---|---|---|---|---|
@if ($themeInfo->theme_version == 3) | @if (is_null($feature->icon)) - @else @endif | @endif{{ strlen($feature->title) > 30 ? mb_substr($feature->title, 0, 30, 'UTF-8') . '...' : $feature->title }} | {{ $feature->serial_number }} | {{ __('Edit') }} |