@include('pages.getUserComponent', ['id' => 'users', 'name' => 'users', 'placeholder' => 'Select User', 'class' => 'w-300px', 'selected' => request()->get('users'), 'users' => $users])
Clear
@if ($auditDrips != null) @foreach ($auditDrips as $auditDrip) @php if ($auditDrip->audit == 1): $status = 'Solicited'; elseif ($auditDrip->audit == 2): $status = 'Unsolicited'; elseif ($auditDrip->audit == 3): $status = 'Neutral'; else: $status = 'Unsolicited'; endif; @endphp @endforeach @else @endif @if ($auditDrips && $auditDrips->count()) {!! $auditDrips->appends(request()->input())->links() !!} @endif
@push('scripts') @endpush