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