{!! $country['id'] !!}

{!! $country['code'] !!}

{!! $country['name'] !!}

{!! $country['continent'] !!}

{!! $country['region'] !!}

{!! $country['surfacearea'] !!}

{!! $country['indepyear'] !!}

{!! $country['population'] !!}

{!! $country['life_expectancy'] !!}

{!! $country['gnp'] !!}

{!! $country['gnpoid'] !!}

{!! $country['local_name'] !!}

{!! $country['government_form'] !!}

{!! $country['head_of_state'] !!}

{!! $country['capital'] !!}

{!! $country['code2'] !!}

{!! $country['created_at'] !!}

{!! $country[')'] !!}

{!! $country['updated_at'] !!}

{!! $country['deleted_at'] !!}
{!! Form::text('code') -> label(trans('locations::country.label.code')) -> placeholder(trans('locations::country.placeholder.code'))!!}
{!! Form::text('name') -> label(trans('locations::country.label.name')) -> placeholder(trans('locations::country.placeholder.name'))!!}
{!! Form::inline_radios('continent') -> radios(trans('locations::country.options.continent')) -> label(trans('locations::country.label.continent'))!!}
{!! Form::text('region') -> label(trans('locations::country.label.region')) -> placeholder(trans('locations::country.placeholder.region'))!!}
{!! Form::decimal('surfacearea') -> label(trans('locations::country.label.surfacearea')) -> placeholder(trans('locations::country.placeholder.surfacearea'))!!}
{!! Form::numeric('indepyear') -> label(trans('locations::country.label.indepyear')) -> placeholder(trans('locations::country.placeholder.indepyear'))!!}
{!! Form::numeric('population') -> label(trans('locations::country.label.population')) -> placeholder(trans('locations::country.placeholder.population'))!!}
{!! Form::decimal('life_expectancy') -> label(trans('locations::country.label.life_expectancy')) -> placeholder(trans('locations::country.placeholder.life_expectancy'))!!}
{!! Form::decimal('gnp') -> label(trans('locations::country.label.gnp')) -> placeholder(trans('locations::country.placeholder.gnp'))!!}
{!! Form::decimal('gnpoid') -> label(trans('locations::country.label.gnpoid')) -> placeholder(trans('locations::country.placeholder.gnpoid'))!!}
{!! Form::text('local_name') -> label(trans('locations::country.label.local_name')) -> placeholder(trans('locations::country.placeholder.local_name'))!!}
{!! Form::text('government_form') -> label(trans('locations::country.label.government_form')) -> placeholder(trans('locations::country.placeholder.government_form'))!!}
{!! Form::text('head_of_state') -> label(trans('locations::country.label.head_of_state')) -> placeholder(trans('locations::country.placeholder.head_of_state'))!!}
{!! Form::numeric('capital') -> label(trans('locations::country.label.capital')) -> placeholder(trans('locations::country.placeholder.capital'))!!}
{!! Form::text('code2') -> label(trans('locations::country.label.code2')) -> placeholder(trans('locations::country.placeholder.code2'))!!}
{!! Form::package::package.formcontrols.ON(')') -> label(trans('locations::country.label.)')) -> placeholder(trans('locations::country.placeholder.)'))!!}