@extends('user.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('user.partials.rtl-style') @section('content')
{{ __('Icon') }} | {{ __('Name') }} | {{ __('Status') }} | {{ __('Serial Number') }} | {{ __('Featured') }} | {{ __('Actions') }} | |
---|---|---|---|---|---|---|
{{ strlen($category->name) > 50 ? mb_substr($category->name, 0, 50, 'UTF-8') . '...' : $category->name }} |
@if ($category->status == 1)
{{ __('Active') }}@else{{ __('Deactive') }}@endif |
{{ $category->serial_number }} | {{ __('Edit') }} |