{!! Form::label('country_id', __('Country Id')) !!}
{!! Form::select('country_id', $countryItems, null, ['class' => 'form-control','placeholder' => 'Country Id']) !!}
{!! Form::label('state_id', __('State Id')) !!}
{!! Form::select('state_id', $stateItems, null, ['class' => 'form-control','placeholder' => 'State Id']) !!}
{!! Form::label('latitude_starts', __('Latitude Starts')) !!}
{!! Form::text('latitude_starts', null, ['class' => 'form-control','placeholder' => 'Latitude Starts','required']) !!}
{!! Form::label('latitude_ends', __('Latitude Ends')) !!}
{!! Form::text('latitude_ends', null, ['class' => 'form-control','placeholder' => 'Latitude Ends','required']) !!}
{!! Form::label('longtitude_starts', __('Longtitude Starts')) !!}
{!! Form::text('longtitude_starts', null, ['class' => 'form-control','placeholder' => 'Longtitude Starts','required']) !!}
{!! Form::label('longtitude_ends', __('Longtitude Ends')) !!}
{!! Form::text('longtitude_ends', null, ['class' => 'form-control','placeholder' => 'Longtitude Ends','required']) !!}
{!! Form::label('area', __('Area')) !!}
{!! Form::number('area', null, ['class' => 'form-control','placeholder' => 'Area','step'=>'any','required']) !!}
{!! Form::label('radius', __('Radius')) !!}
{!! Form::number('radius', null, ['class' => 'form-control','placeholder' => 'Radius','step'=>'any','required']) !!}
{!! Form::label('population', __('Population')) !!}
{!! Form::number('population', null, ['class' => 'form-control','placeholder' => 'Population','step'=>'any','required']) !!}
{!! Form::label('population_rate', __('Population Rate')) !!}
{!! Form::number('population_rate', null, ['class' => 'form-control','placeholder' => 'Population Rate','step'=>'any','required']) !!}
{!! Form::label('target_customer', __('Target Customer')) !!}
{!! Form::number('target_customer', null, ['class' => 'form-control','placeholder' => 'Target Customer','step'=>'any','required']) !!}
{!! Form::label('referance', __('Referance')) !!}
{!! Form::text('referance', null, ['class' => 'form-control','placeholder' => 'Referance','required']) !!}
{!! Form::label('code', __('Code')) !!}
{!! Form::text('code', null, ['class' => 'form-control','placeholder' => 'Code','required']) !!}
{!! Form::label('title', __('Title')) !!}
{!! Form::text('title', null, ['class' => 'form-control','placeholder' => 'Title','required']) !!}
{!! Form::label('name', __('Name')) !!}
{!! Form::text('name', null, ['class' => 'form-control','placeholder' => 'Name','required']) !!}
{!! Form::label('level', __('Level')) !!}
{!! Form::text('level', null, ['class' => 'form-control','placeholder' => 'Level','required']) !!}
{!! Form::label('index', __('Index')) !!}
{!! Form::text('index', null, ['class' => 'form-control','placeholder' => 'Index','required']) !!}
{!! Form::label('index_min', __('Index Min')) !!}
{!! Form::text('index_min', null, ['class' => 'form-control','placeholder' => 'Index Min','required']) !!}
{!! Form::label('index_max', __('Index Max')) !!}
{!! Form::text('index_max', null, ['class' => 'form-control','placeholder' => 'Index Max','required']) !!}
{!! Form::label('status', __('Status')) !!}
{!! Form::text('status', null, ['class' => 'form-control','placeholder' => 'Status','required']) !!}
{!! Form::label('type', __('Type')) !!}
{!! Form::text('type', null, ['class' => 'form-control','placeholder' => 'Type','required']) !!}
{!! Form::label('category', __('Category')) !!}
{!! Form::text('category', null, ['class' => 'form-control','placeholder' => 'Category','required']) !!}
{!! Form::label('ranking', __('Ranking')) !!}
{!! Form::text('ranking', null, ['class' => 'form-control','placeholder' => 'Ranking','required']) !!}
{!! Form::label('priority', __('Priority')) !!}
{!! Form::text('priority', null, ['class' => 'form-control','placeholder' => 'Priority','required']) !!}
{!! Form::label('details', __('Details')) !!}
{!! Form::textarea('details', null, ['class' => 'form-control','placeholder' => 'Details','rows'=>'2','required']) !!}
{!! Form::label('note', __('Note')) !!}
{!! Form::textarea('note', null, ['class' => 'form-control','placeholder' => 'Note','rows'=>'2','required']) !!}
{!! Form::label('description', __('Description')) !!}
{!! Form::textarea('description', null, ['class' => 'form-control','placeholder' => 'Description','rows'=>'2','required']) !!}
{!! Form::label('paremeters', __('Paremeters')) !!}
{!! Form::textarea('paremeters', null, ['class' => 'form-control','placeholder' => 'Paremeters','rows'=>'2','required']) !!}
@isset($city)
@endisset
{!! Form::label('attachment', __('Attachment')) !!}
{!! Form::file('attachment') !!}
{!! Form::label('created_by', __('Created By')) !!}
{!! Form::number('created_by', null, ['class' => 'form-control','placeholder' => 'Created By','step'=>'any','required']) !!}
{!! Form::label('updated_by', __('Updated By')) !!}
{!! Form::number('updated_by', null, ['class' => 'form-control','placeholder' => 'Updated By','step'=>'any','required']) !!}
{{-- @include('includes.ckeditor') --}}