{!! Form::label('name', __('business.location') . ':') !!}
{!! Form::text('name', null, ['class' => 'form-control', 'required']) !!}
{!! Form::label('latitude', __('essentials::lang.latitude') . ':') !!}
{!! Form::text('latitude', null, ['class' => 'form-control']) !!}
{!! Form::label('longitude', __('essentials::lang.longitude') . ':') !!}
{!! Form::text('longitude', null, ['class' => 'form-control']) !!}