@php $path=''; if(request()->path() == '/') { $path = "https://souqdigi.com/"; } else { $path = "https://souqdigi.com/".request()->path(); } @endphp