@foreach($platforms as $platform) @endforeach
{{ __('Platform') }} {{ __('Icon') }} {{ __('Description') }} {{ __('Status') }} {{ __('Actions') }}
{{ $platform->platform }} {{ $platform->icon }} {{ Str::limit($platform->description, 50) }} @if (strlen($platform->description) > 50) ... @endif {{ $platform->status ? __('Active') : __('Inactive') }}