@foreach ($styleSets as $style)
@php
$args = [];
$routeParams = [];
$u = route('web.style-sets.update', ['id' => $style->id])
@endphp
@endforeach