Monitor Settings

@if (Session::has('dangerMessage') || count($errors)) @endif {{-- END ALERT BLOCK --}} {{-- {{ Form::open( array('url' => action('LiveController@add_monitor_settings'), 'method'=>'post', 'enctype' => 'multipart/form-data' )) }} --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('success'))
×

{{ Session::get('success') }}

@endif {{-- @if($settings as $setting) {{ $user->lagitude }} {{ $user->latitude }} {{ $user->radius }} @endif --}}
Latitude Longitude Radius
{{-- {!! Form::submit('Update', ['class' => 'btn btn-info']) !!} {!! Form::close() !!} --}}
@endsection