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