To Open Device Specific Map in PHP | Laravel
Krixnaas
Posted on October 10, 2021
function($row){
$data = '<a href="https://www.google.com/maps/place/'.$row->address.'" target="_blank">
<a href="https://maps.apple.com/maps?q='.$row->address.'" target="_blank" >
'.$row->name.'
</a></a>';
return $data;
}
💖 💪 🙅 🚩
Krixnaas
Posted on October 10, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.