@foreach ($groups as $group)
  • {{ \Illuminate\Support\Str::limit($group->name, 1, '') }}
    #{{ $group->name }}
  • @endforeach