@php $route_param = array(); if(isset($country) && !empty($country)){ $route_param['country'] = Str::slug($country->country_name); } @endphp