get url without parameters php laravel blade file code example
Example: laravel url with parameters blade
url('path') . '?' . http_build_query(['param1' => 'value', 'param2' => 'value']);
url('path') . '?' . http_build_query(['param1' => 'value', 'param2' => 'value']);