{!! Form::label('google_map', 'Google Map', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::textarea('google_map', null, ["placeholder" => "", "class" => "form-control border-form "]) !!} @include('includes.form_fields_validation_message', ['name' => 'google_map']) ? Google Maps Iframe Width="100%" Height="600px"
{!! Form::label('latitude', 'Latitude', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('latitude', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'latitude'])
{!! Form::label('longitude', 'Longitude', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('longitude', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'longitude'])