@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') }} | {{ __('Name') }} | {{ __('Status') }} | {{ __('Serial Number') }} | {{ __('Actions') }} | |
|---|---|---|---|---|---|
| {{ strlen($content->name) > 50 ? mb_substr($content->name, 0, 50, 'UTF-8') . '...' : $content->name }} |
@if ($content->amenity->status == 1)
{{ __('Active') }}@else{{ __('Deactive') }}@endif |
{{ $content->amenity->serial_number }} |
|