{!! $errors->first('user_lat') !!}
{!! $errors->first('user_long') !!}
@endif
@include( 'backend.layouts.notification_message' )
Edit Mode
{!! Form::model($record, ['method' => 'PUT', 'url' => 'backend/'.$moduleProperties['controller'].'/edit/'.$record->id, 'files' => 'true']) !!}
{!! Form::hidden('id', $record->id) !!}
{{--{!! Form::hidden('lat', $record->lat, ['id'=>"user_lat"]) !!}--}}
{{--{!! Form::hidden('long', $record->long, ['id'=>"user_long"]) !!}--}}
@include( 'backend/' . $moduleProperties['viewDir'] . '.form' )
{!! Form::close() !!}