{!! Form::label('country_id', __('Country Id')) !!}

{{ $area->country_id }}

{!! Form::label('state_id', __('State Id')) !!}

{{ $area->state_id }}

{!! Form::label('city_id', __('City Id')) !!}

{{ $area->city_id }}

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

{{ $area->latitude_starts }}

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

{{ $area->latitude_ends }}

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

{{ $area->longtitude_starts }}

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

{{ $area->longtitude_ends }}

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

{{ $area->area }}

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

{{ $area->radius }}

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

{{ $area->population }}

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

{{ $area->population_rate }}

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

{{ $area->target_customer }}

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

{{ $area->referance }}

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

{{ $area->code }}

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

{{ $area->title }}

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

{{ $area->name }}

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

{{ $area->level }}

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

{{ $area->index }}

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

{{ $area->index_min }}

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

{{ $area->index_max }}

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

{{ $area->status }}

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

{{ $area->type }}

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

{{ $area->category }}

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

{{ $area->ranking }}

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

{{ $area->priority }}

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

{{ $area->details }}

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

{{ $area->note }}

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

{{ $area->description }}

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

{{ $area->paremeters }}

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

{{ $area->attachment }}

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

{{ $area->created_by }}

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

{{ $area->updated_by }}

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

{{ $area->created_at }}

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

{{ $area->updated_at }}