@php
$text = "1GBps full fibre internet ";
if(!empty($areaname)){
$text = config('app.name')." are in ".$areaname." delivering ".$text;
}
function encodeURIComponent($str) {
$revert = array('%21'=>'!', '%2A'=>'*', '%27'=>"'", '%28'=>'(', '%29'=>')');
return strtr(rawurlencode($str), $revert);
}
$class = "list-group-item list-group-item-action primary nouline mr-2";
@endphp