id}" }}" class="btn btn-primary">Add New License/Approval

@lang("content.licenses_approvals")

@php $j = 0 @endphp @foreach($services as $id => $each) @endforeach
No Decode @lang("content.name") @lang("content.attached_licenses_approvals") @lang("content.actions")
{{ ++$j }} {{ $each->abbr }} {{ $each->name }} @php $init = false @endphp @if (isset($selectedLicenses[$id]) && count($selectedLicenses[$id])) @foreach($selectedLicenses[$id] as $k => $license) @if($license) {{ (!$init ? "" : ", "). $license->name }} @php $init = true @endphp @endif @endforeach @endif