Saved Searches
@php // Get the current URL $currentUrl = url()->current(); // Extract the URL before the query string $urlBeforeQuery = strtok($currentUrl, '?'); @endphp
Clear
Clear

{{csrf_field()}} @if(($user->userType->name == 'Administrator') || ($user->userType->name == 'Super Admin'))

@endif
@if($savedSearch) @if($savedSearch->user_id == $user->id)
@endif @endif