@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') }} | {{ __('Amount') }} | {{ __('Serial Number') }} | {{ __('Actions') }} |
---|---|---|---|---|---|
@if ($themeInfo->theme_version == 3) | @if (is_null($countInfo->icon)) - @else @endif | @endif{{ strlen($countInfo->title) > 30 ? mb_substr($countInfo->title, 0, 30, 'UTF-8') . '...' : $countInfo->title }} | {{ $countInfo->amount }} | {{ $countInfo->serial_number }} | {{ __('Edit') }} |