App\Helpers\Macros\Traits\Dropdowns::selectCountry PHP Method

selectCountry() public method

Use this to set the default country dropdown type for the shorthand method
public selectCountry ( $name, null $selected = null, array $options = [] ) : string
$name
$selected null
$options array
return string
    public function selectCountry($name, $selected = null, $options = array())
    {
        return $this->selectCountryAlpha2($name, $selected, $options);
    }