countries
countries copied to clipboard
Languages list
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