{!! Form::label('latitude_starts', __('Latitude Starts')) !!}

{{ $country->latitude_starts }}

{!! Form::label('latitude_ends', __('Latitude Ends')) !!}

{{ $country->latitude_ends }}

{!! Form::label('longtitude_starts', __('Longtitude Starts')) !!}

{{ $country->longtitude_starts }}

{!! Form::label('longtitude_ends', __('Longtitude Ends')) !!}

{{ $country->longtitude_ends }}

{!! Form::label('area', __('Area')) !!}

{{ $country->area }}

{!! Form::label('radius', __('Radius')) !!}

{{ $country->radius }}

{!! Form::label('population', __('Population')) !!}

{{ $country->population }}

{!! Form::label('population_rate', __('Population Rate')) !!}

{{ $country->population_rate }}

{!! Form::label('target_customer', __('Target Customer')) !!}

{{ $country->target_customer }}

{!! Form::label('referance', __('Referance')) !!}

{{ $country->referance }}

{!! Form::label('code', __('Code')) !!}

{{ $country->code }}

{!! Form::label('title', __('Title')) !!}

{{ $country->title }}

{!! Form::label('name', __('Name')) !!}

{{ $country->name }}

{!! Form::label('level', __('Level')) !!}

{{ $country->level }}

{!! Form::label('index', __('Index')) !!}

{{ $country->index }}

{!! Form::label('index_min', __('Index Min')) !!}

{{ $country->index_min }}

{!! Form::label('index_max', __('Index Max')) !!}

{{ $country->index_max }}

{!! Form::label('status', __('Status')) !!}

{{ $country->status }}

{!! Form::label('type', __('Type')) !!}

{{ $country->type }}

{!! Form::label('category', __('Category')) !!}

{{ $country->category }}

{!! Form::label('ranking', __('Ranking')) !!}

{{ $country->ranking }}

{!! Form::label('priority', __('Priority')) !!}

{{ $country->priority }}

{!! Form::label('details', __('Details')) !!}

{{ $country->details }}

{!! Form::label('note', __('Note')) !!}

{{ $country->note }}

{!! Form::label('description', __('Description')) !!}

{{ $country->description }}

{!! Form::label('paremeters', __('Paremeters')) !!}

{{ $country->paremeters }}

{!! Form::label('attachment', __('Attachment')) !!}

{{ $country->attachment }}

{!! Form::label('created_by', __('Created By')) !!}

{{ $country->created_by }}

{!! Form::label('updated_by', __('Updated By')) !!}

{{ $country->updated_by }}

{!! Form::label('created_at', __('Created At')) !!}

{{ $country->created_at }}

{!! Form::label('updated_at', __('Updated At')) !!}

{{ $country->updated_at }}