Filter Your Search
to narrow down your search
{{-- the defulat search of the user --}}
@if (!empty($_GET['company']))
@php
$company = explode(',', $_GET['company']);
@endphp
@endif
@foreach ($companies as $company_item)
slug,
$company))
checked @endif
multiple="multiple" value="{{ $company_item->slug }}"
class="form-check-input clickable-item-pointer" type="checkbox"
id="{{ $company_item->slug . $company_item->id }}" onchange="this.form.submit()">
@endforeach
@if (!empty($_GET['seats']))
@php
$seats = explode(',', $_GET['seats']);
@endphp
@endif