countries icon indicating copy to clipboard operation
countries copied to clipboard

Languages list

Open OxMarco opened this issue 5 years ago • 0 comments

How to get a list of all languages? In Laravel blade I'm trying to use

@foreach(PragmaRX\Countries\Package\Countries::all()->pluck('languages') as $country)
                {{ $country->first() }}
@endforeach

but it reports an Object to string error

OxMarco avatar Dec 13 '19 23:12 OxMarco