Assign to User

@if ($profile->profileToSetting->count() > 0)

Forms

Involving Sites

Case Priority Levels

@foreach ($profile->profileToSetting as $setting) @if ($setting)
{{ $setting->form->name }}
@if ($form->is_external_link == 0)
@else
@endif
@endif @endforeach @endif
@push('scripts') @endpush