@php $operatingCountries = App\Models\OperatingCountry::active()->get(); $info = json_decode(json_encode(getIpInfo()), true); $mobileCode = @implode(',', $info['code']); $countries = json_decode(file_get_contents(resource_path('views/partials/country.json'))); @endphp